Loading. Please Wait... 
 |
 |
 |
[Add-on] HVStat 5.7.1 (November 2017), HV Statistics, Tracking, and Analysis Tool (for Firefox and Chrome) |
|
Sep 20 2014, 02:53
|
Notsayin
Group: Gold Star Club
Posts: 810
Joined: 17-November 11

|
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
|
|
|
|
 |
|
Sep 20 2014, 03:37
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
Just a guess, but review the @grant directives at the beginning of the script.
|
|
|
Sep 20 2014, 03:45
|
Notsayin
Group: Gold Star Club
Posts: 810
Joined: 17-November 11

|
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
|
|
|
Sep 20 2014, 04:28
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
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)
|
|
|
Sep 20 2014, 05:02
|
Notsayin
Group: Gold Star Club
Posts: 810
Joined: 17-November 11

|
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.
|
|
|
Sep 25 2014, 03:31
|
screwit
Newcomer
 Group: Recruits
Posts: 10
Joined: 27-July 11

|
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.
|
|
|
Sep 26 2014, 03:37
|
Notsayin
Group: Gold Star Club
Posts: 810
Joined: 17-November 11

|
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.
|
|
|
Oct 24 2014, 08:37
|
ShadowFox_7
Lurker
Group: Recruits
Posts: 2
Joined: 20-October 14

|
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)
|
|
|
Dec 25 2014, 19:52
|
lessfull
Group: Members
Posts: 175
Joined: 9-May 14

|
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?
|
|
|
Dec 27 2014, 16:48
|
lessfull
Group: Members
Posts: 175
Joined: 9-May 14

|
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.
|
|
|
Jan 1 2015, 01:10
|
sssk
Newcomer
 Group: Members
Posts: 31
Joined: 17-July 11

|
Has there been an updated version of this ?
I'm on chrome and drops aren't being recorded (nothing in the Drops tab)
|
|
|
Jan 1 2015, 01:40
|
tazmanian devil
Group: Catgirl Camarilla
Posts: 3,022
Joined: 24-October 12

|
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?
|
|
|
Jan 1 2015, 05:49
|
sssk
Newcomer
 Group: Members
Posts: 31
Joined: 17-July 11

|
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.
|
|
|
Jan 3 2015, 06:59
|
sssk
Newcomer
 Group: Members
Posts: 31
Joined: 17-July 11

|
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.
|
|
|
Jan 15 2015, 01:14
|
Factofu
Group: Gold Star Club
Posts: 695
Joined: 23-August 10

|
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?
|
|
|
Jan 15 2015, 13:32
|
tazmanian devil
Group: Catgirl Camarilla
Posts: 3,022
Joined: 24-October 12

|
QUOTE(pigowallace @ Jan 14 2015, 17:14)  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?
UGH, Firefox auto-updated to v35 and I confirm this to be true. Not cool, man. EDIT: I "downgraded" back to the latest version of 34 from [ ftp.mozilla.org] Mozilla's FTP dump and turned the auto-updates off. I'll stick with this until either HV STAT or Firefox fixes their shit. This post has been edited by tazmanian devil: Jan 15 2015, 14:22
|
|
|
Jan 15 2015, 16:35
|
nekolor
Group: Members
Posts: 123
Joined: 16-June 14

|
Send cause in crash report. It's definitely not Ok for a browser to crash because of userscript even if they changed something in API.
Also HV with it's terribly awful default interface is scary.
|
|
|
Jan 15 2015, 16:57
|
White Joker
Group: Gold Star Club
Posts: 360
Joined: 18-January 09

|
QUOTE(tazmanian devil @ Jan 15 2015, 21:32)  UGH, Firefox auto-updated to v35 and I confirm this to be true. Not cool, man. EDIT: I "downgraded" back to the latest version of 34 from [ ftp.mozilla.org] Mozilla's FTP dump and turned the auto-updates off. I'll stick with this until either HV STAT or Firefox fixes their shit. Thanks a ton for the ftp link. I can finally play with HVstat again. (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
Jan 17 2015, 22:24
|
dummyX
Newcomer
 Group: Members
Posts: 24
Joined: 31-December 10

|
Just to confirm firefox v35 causing the crash for me too (IMG:[ invalid] style_emoticons/default/anime_cry.gif) Thanks for the workaround
|
|
|
Jan 18 2015, 00:16
|
garm0
Group: Members
Posts: 1,871
Joined: 1-January 10

|
I confirm the problem too, thanks for the workaround!
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|