Welcome Guest ( Log In | Register )

43 Pages V « < 34 35 36 37 > »   
Reply to this topicStart new topic
> [Add-on] HVStat 5.7.1 (November 2017), HV Statistics, Tracking, and Analysis Tool (for Firefox and Chrome)

 
post Jul 28 2014, 19:42
Post #696
zetsu_



Casual Poster
***
Group: Gold Star Club
Posts: 208
Joined: 29-December 10
Level 432 (Godslayer)


QUOTE(SpiralWindow @ Jul 28 2014, 23:58) *

The attachment seems corrupt; I cannot open in ubuntu archive manager ("An error occurred while loading the archive").


If you can't open it, just download the previous one, open hvstat.user.js with a text editor and add in the three line of codes into the userscript section on top so it looks somewhat like this.

[puu.sh] http://puu.sh/auKNT/4b0a313dca.png

This post has been edited by xenfrosty: Jul 28 2014, 19:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 28 2014, 22:34
Post #697
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(SpiralWindow @ Jul 28 2014, 16:58) *
The attachment seems corrupt; I cannot open in ubuntu archive manager ("An error occurred while loading the archive").
That's a rar file with .zip extension. (WTF!)

apt-get install unrar
unrar e hvstat_firefox_5.6.5.1_fixed_for_firefox_31.zip

does the trick
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 29 2014, 03:12
Post #698
m118w11



Cool Guy
*******
Group: Gold Star Club
Posts: 1,323
Joined: 7-March 11
Level 500 (Godslayer)


QUOTE(blue penguin @ Jul 28 2014, 22:34) *

That's a rar file with .zip extension. (WTF!)

apt-get install unrar
unrar e hvstat_firefox_5.6.5.1_fixed_for_firefox_31.zip

does the trick


I thought they were the same thing, (I use winrar and the zip/unzip process works).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 3 2014, 19:36
Post #699
Tamao Serizawa



Casual Poster
***
Group: Gold Star Club
Posts: 119
Joined: 15-February 12
Level 498 (Godslayer)


QUOTE(m118w11 @ Jul 28 2014, 14:48) *

Great fix and it appears to work. Attached is the same version with the fix for people who are unsure how to code.

Remove old script, then reinstall.

Attached File  hvstat_firefox_5.6.5.1_fixed_for_firefox_31.zip ( 166.76k ) Number of downloads: 315



I've been using old HV STAT 5.6.5.1. on Firefox 31. However your modified script suddenly increased my battle arena speed (no more lagging & froze). TYVM and K+ 4 U. (IMG:[invalid] style_emoticons/default/cool.gif)

This post has been edited by mdlanoon: Sep 3 2014, 19:42
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 18 2014, 00:03
Post #700
Visadio



Regular Poster
******
Group: Members
Posts: 942
Joined: 4-June 11
Level 400 (Godslayer)


QUOTE(xenfrosty @ Jul 28 2014, 19:42) *

If you can't open it, just download the previous one, open hvstat.user.js with a text editor and add in the three line of codes into the userscript section on top so it looks somewhat like this.

[puu.sh] http://puu.sh/auKNT/4b0a313dca.png


Thanks so much for this.

It also works for version 5.6.5.1

This post has been edited by Visadio: Sep 18 2014, 00:03
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 20 2014, 02:53
Post #701
Notsayin



...
******
Group: Gold Star Club
Posts: 810
Joined: 17-November 11
Level 225 (Godslayer)


I'm currently working from a different computer than my usual (the usual one has a busted Ethernet port, forcing me to use this one until I can get a new network card). I just updated Firefox on this machine to 32, installed Greasemonkey, then followed the instructions to add 5.6.5.1 to my browser...and the wrench doesn't show up. I've tried the various fixes over the last couple pages, and none of them have worked for me. I'm quite frankly stumped. (And yes, Greasemonkey IS on, before you ask.)


EDIT: I've compared the readings from the console with Greasemonkey off and on, and I get this error with Greasemonkey on:

CODE
The operation is insecure. hvstat.user.js:472


Any idea how to deal with that?

This post has been edited by Notsayin: Sep 20 2014, 03:08
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 20 2014, 03:37
Post #702
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Just a guess, but review the @grant directives at the beginning of the script.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 20 2014, 03:45
Post #703
Notsayin



...
******
Group: Gold Star Club
Posts: 810
Joined: 17-November 11
Level 225 (Godslayer)


QUOTE(blue penguin @ Sep 19 2014, 21:37) *

Just a guess, but review the @grant directives at the beginning of the script.


CODE
// @grant           GM_getResourceText
// @grant           GM_getResourceURL
// @grant           GM_addStyle


Those are in the script; I added them as one of my fixes. Any other suggestions?

EDIT: And incidentally, line 472 in that script (which the error message above seems to refer to) is the fourth line in the Storage Items section:

CODE
        var item = localStorage.getItem(key);


Dunno if that helps, but it can't really hurt....

This post has been edited by Notsayin: Sep 20 2014, 03:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 20 2014, 04:28
Post #704
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Then I'd check where to local storage is stored on the computer. If the local storage is in some directory owned by "root" or "administrator" it might have insufficient permissions. (still a random guess)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 20 2014, 05:02
Post #705
Notsayin



...
******
Group: Gold Star Club
Posts: 810
Joined: 17-November 11
Level 225 (Godslayer)


QUOTE(blue penguin @ Sep 19 2014, 22:28) *

Then I'd check where to local storage is stored on the computer. If the local storage is in some directory owned by "root" or "administrator" it might have insufficient permissions. (still a random guess)


The file in question (search.sqlite) is in a folder that I have permission to access.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 25 2014, 03:31
Post #706
screwit



Newcomer
*
Group: Recruits
Posts: 10
Joined: 27-July 11
Level 312 (Dovahkiin)


You usually get this error if the browser has restricted access to something, due to options or API changes.
They are tightening down on same origin policies,
I'd check if you connect to hentaiverse.org or alt.hentaiverse.org, changing @include to @match http://*.hentaiverse.org/* might also help, in doubt I'd revert to an older firefox and test if that fixes it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 26 2014, 03:37
Post #707
Notsayin



...
******
Group: Gold Star Club
Posts: 810
Joined: 17-November 11
Level 225 (Godslayer)


For the record, I'm back on my regular PC now, and it's working fine there, so it's now a moot point. Thanks for trying to help, though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 24 2014, 08:37
Post #708
ShadowFox_7



Lurker
Group: Recruits
Posts: 2
Joined: 20-October 14
Level 175 (Destined)


QUOTE(xenfrosty @ Jul 27 2014, 18:03) *

Tried installing the script on firefox 31 via greasemonkey, nothing showed up. Console error says "GM_getResourceText is not defined" on line 29.

EDIT: adding the following lines into the userscript worked.
CODE

// @grant        GM_getResourceText
// @grant        GM_getResourceURL
// @grant        GM_addStyle



Thanks for this fix. Still works on firefox 33. (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 25 2014, 19:52
Post #709
lessfull



Casual Poster
***
Group: Members
Posts: 175
Joined: 9-May 14
Level 381 (Godslayer)


How can I import my DBs from another browser? I exported DBs to .tsv. Click 'browse' and select the file. Then click 'ok' on asking me about importing, but nothing happend. DBs are still empty. Can it be because of transfering data from Firefox x86 to Firefox x64? And what should I do if it's so?
Also how can I export settings?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 27 2014, 16:48
Post #710
lessfull



Casual Poster
***
Group: Members
Posts: 175
Joined: 9-May 14
Level 381 (Godslayer)


If someone has the same problem, you should consider using "sqlite-manager" plugin for FF. Open path "%appdata%\mozilla\profiles\PROFILE-ID\" and find file webappsstore.sqlite. Open it with this program and export hentaiverse.org-datas as SQL-query.

Reopen `webappsstore.sqlite` which is belonged to new profile and import SQL-query deleting all datas of hentaiverse.org in new DB before, although you will have an "Unique CONSTRAINTS"-error.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2015, 01:10
Post #711
sssk



Newcomer
*
Group: Members
Posts: 31
Joined: 17-July 11
Level 200 (Destined)


Has there been an updated version of this ?

I'm on chrome and drops aren't being recorded (nothing in the Drops tab)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2015, 01:40
Post #712
tazmanian devil



RAWR~
********
Group: Catgirl Camarilla
Posts: 3,024
Joined: 24-October 12
Level 500 (Ponyslayer)


QUOTE(sssk @ Dec 31 2014, 17:10) *

Has there been an updated version of this ?

I'm on chrome and drops aren't being recorded (nothing in the Drops tab)


This is the lastest version. Is this the one you're using?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2015, 05:49
Post #713
sssk



Newcomer
*
Group: Members
Posts: 31
Joined: 17-July 11
Level 200 (Destined)


Yes that is the one, I'm using the chrome version, unpacked.

It's able to save data, the overview is populated except the Credits that aren't recorded for anything else than Arena rewards. The battle stats tab is fine, but the Drops tab says I need to complete a round to begin tracking.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 3 2015, 06:59
Post #714
sssk



Newcomer
*
Group: Members
Posts: 31
Joined: 17-July 11
Level 200 (Destined)


QUOTE(sssk @ Dec 31 2014, 22:49) *

Yes that is the one, I'm using the chrome version, unpacked.

It's able to save data, the overview is populated except the Credits that aren't recorded for anything else than Arena rewards. The battle stats tab is fine, but the Drops tab says I need to complete a round to begin tracking.


Never mind, I just had to tick "Track Drops" in the settings.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 15 2015, 01:14
Post #715
Factofu



Regular Poster
*****
Group: Gold Star Club
Posts: 695
Joined: 23-August 10
Level 359 (Dovahkiin)


After the last firefox update, HVSTAT causes the brower to crash to desktop upon loading any page of Hentaiverse. Does anyone knows how to fix it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


43 Pages V « < 34 35 36 37 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 3rd August 2025 - 12:32