Loading. Please Wait... 
 |
 |
 |
[Add-on] HVStat 5.7.1 (November 2017), HV Statistics, Tracking, and Analysis Tool (for Firefox and Chrome) |
|
Jun 10 2014, 17:06
|
anton3210
Group: Members
Posts: 873
Joined: 3-February 10

|
Maybe the author of this extension can put it into the chrome web store?
|
|
|
Jun 10 2014, 18:56
|
Pillowgirl
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12

|
QUOTE(anton3210 @ Jun 11 2014, 01:06)  Maybe the author of this extension can put it into the chrome web store?
Maybe you should stop letting Chrome telling you what you can and can't install?
|
|
|
Jun 13 2014, 04:03
|
darkwing42
Group: Gold Star Club
Posts: 1,849
Joined: 12-July 08

|
I tried to see if I could get it to work via Tampermonkey on Chrome by extracting the files from the CRX archive but no luck. Guess I can try it on Firefox and hope it's not too slow.
|
|
|
|
 |
|
Jun 17 2014, 15:08
|
mariali
Newcomer
 Group: Members
Posts: 35
Joined: 21-March 14

|
1.unpack the CRX file using 7-zip, WinRAR, or so. 2.enable "developer mode" in chrome://extensions/ 3.click the button "load unpacked extension" 4.locate to the folder we made, then hit OK. when you enter HV, a message will appear as if chrome blocked it, but not this time as it just warns me the dangers of using this extension and doesnt block it. this method worked for me, hope it helps (IMG:[ invalid] style_emoticons/default/smile.gif) sorry for the bad english (IMG:[ invalid] style_emoticons/default/sad.gif) (if you find yourself too lazy to do this, maybe chrome earlier than build 35 will do the trick.) This post has been edited by mariali: Jun 17 2014, 15:28
|
|
|
|
 |
|
Jun 21 2014, 15:03
|
pooofer
Group: Members
Posts: 308
Joined: 19-September 13

|
So, Little problem. The scan buttons are way off. is there no way to reposition them? Also, they don't actually scan. I'm in Chrome Version 35.0.1916.153 m w/ Windows 7 Pro 64 bit. [imgur.com] http://imgur.com/qPh7XvNnvm, turns out i was using the OP's version, which is outdated. This post has been edited by pooofer: Jun 21 2014, 15:08
|
|
|
Jun 21 2014, 20:05
|
pooofer
Group: Members
Posts: 308
Joined: 19-September 13

|
btw, regarding chrome not working with HVstats. it's because they forcefully blocked non-webstore scripts even if you have dev mode on. To be able to use them again you need to download an alternative version of chrome (dev/canary) [ productforums.google.com] https://productforums.google.com/forum/#...5B1-25-false%5D
|
|
|
Jun 23 2014, 02:06
|
qhvwrwil
Newcomer
 Group: Members
Posts: 32
Joined: 30-April 12

|
"A mutation operation was attempted on a database that did not allow mutations."
I see that a few others had previously run into that issue, albeit with different solutions to the problem.
In my case, the solution to this problem was to enable the "dom.indexedDB.enabled" option at about:config within FireFox, otherwise the script would fail with the above error due to being unable to execute: indexedDB.open("HVStat", idbVersion);
|
|
|
|
 |
|
Jul 9 2014, 18:32
|
plooderx
Group: Members
Posts: 216
Joined: 24-July 12

|
QUOTE(mariali @ Jun 17 2014, 15:08)  1.unpack the CRX file using 7-zip, WinRAR, or so. 2.enable "developer mode" in chrome://extensions/ 3.click the button "load unpacked extension" 4.locate to the folder we made, then hit OK. when you enter HV, a message will appear as if chrome blocked it, but not this time as it just warns me the dangers of using this extension and doesnt block it. this method worked for me, hope it helps (IMG:[ invalid] style_emoticons/default/smile.gif) sorry for the bad english (IMG:[ invalid] style_emoticons/default/sad.gif) (if you find yourself too lazy to do this, maybe chrome earlier than build 35 will do the trick.) (IMG:[ invalid] style_emoticons/default/laugh.gif) Thank you very much, You are so generous
|
|
|
|
 |
|
Jul 14 2014, 03:42
|
Nehemz
Lurker
Group: Recruits
Posts: 3
Joined: 4-March 14

|
Using Firefox 30.0 and it seems that I can't make HV STAT 5.6.5.1 The wrench button is not showing up... Used Greasemonkey, drag and drop the hvstat.user.js, just like the instruction on how to install it on firefox... I don't know if I did something wrong...
Using HV Proficiency View Light, HV Track Drops, HV Equipment Highlights, HV Item Highlights, HV Equipment PAB Symbols, HV REN and HV Riddle Limiter Plus, along with HV STAT... Just started using Firefox, because the Extension Issue with Chrome just started effect on my computer yesterday...
|
|
|
|
 |
|
Jul 21 2014, 03:14
|
plooderx
Group: Members
Posts: 216
Joined: 24-July 12

|
QUOTE(Nehemz @ Jul 14 2014, 03:42)  Using Firefox 30.0 and it seems that I can't make HV STAT 5.6.5.1 The wrench button is not showing up... Used Greasemonkey, drag and drop the hvstat.user.js, just like the instruction on how to install it on firefox... I don't know if I did something wrong...
Using HV Proficiency View Light, HV Track Drops, HV Equipment Highlights, HV Item Highlights, HV Equipment PAB Symbols, HV REN and HV Riddle Limiter Plus, along with HV STAT... Just started using Firefox, because the Extension Issue with Chrome just started effect on my computer yesterday...
yes that's happen to me as well but it used to work fine before, hey y don't u look @ my reply up there.There's the way to manually add extension in Chrome
|
|
|
|
 |
|
Jul 28 2014, 01:03
|
zetsu_
Group: Gold Star Club
Posts: 208
Joined: 29-December 10

|
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 This post has been edited by xenfrosty: Jul 28 2014, 01:26
|
|
|
|
 |
|
Jul 28 2014, 08:48
|
m118w11
Group: Gold Star Club
Posts: 1,323
Joined: 7-March 11

|
QUOTE(xenfrosty @ Jul 28 2014, 01: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
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.
hvstat_firefox_5.6.5.1_fixed_for_firefox_31.zip ( 166.76k )
Number of downloads: 315
|
|
|
|
 |
|
Jul 28 2014, 17:58
|
SpiralWindow
Group: Members
Posts: 228
Joined: 26-April 12

|
QUOTE(m118w11 @ Jul 28 2014, 02: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.
hvstat_firefox_5.6.5.1_fixed_for_firefox_31.zip ( 166.76k )
Number of downloads: 315The attachment seems corrupt; I cannot open in ubuntu archive manager ("An error occurred while loading the archive").
|
|
|
|
 |
|
Jul 28 2014, 19:42
|
zetsu_
Group: Gold Star Club
Posts: 208
Joined: 29-December 10

|
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.pngThis post has been edited by xenfrosty: Jul 28 2014, 19:43
|
|
|
Jul 28 2014, 22:34
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
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
|
|
|
Jul 29 2014, 03:12
|
m118w11
Group: Gold Star Club
Posts: 1,323
Joined: 7-March 11

|
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).
|
|
|
|
 |
|
Sep 3 2014, 19:36
|
Tamao Serizawa
Group: Gold Star Club
Posts: 119
Joined: 15-February 12

|
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.
hvstat_firefox_5.6.5.1_fixed_for_firefox_31.zip ( 166.76k )
Number of downloads: 315I'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
|
|
|
|
 |
|
Sep 18 2014, 00:03
|
Visadio
Group: Members
Posts: 942
Joined: 4-June 11

|
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.pngThanks 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
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|