Archive for glbscripts.myfreeforum.org Forum dedicated to Greasemonkey Scripts made for Goal Line Blitz online game.
 



       glbscripts.myfreeforum.org Forum Index -> Problems and Support
drakau

GLB Boosted Stats on Skill Points Page

Is acting funny. When i  hover over the att i get this popping up

(for 40.75)

Code:
45.75<div class="stat_progress_container" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"><div class="stat_progress" style="width:0%"><img src="/images/spacer.gif" height="1" width="100%" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"></div></div>
pabst

Re: GLB Boosted Stats on Skill Points Page

drakau wrote:
Is acting funny. When i  hover over the att i get this popping up

(for 40.75)

Code:
45.75<div class="stat_progress_container" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"><div class="stat_progress" style="width:0%"><img src="/images/spacer.gif" height="1" width="100%" onmouseover="set_tip('Agility training progress: 0%',0,1,1,1)" onmouseout="unset_tip()"></div></div>
       
Find this line:
Code:
stats[i] = matches[i].replace(re, "$2");

and insert this after it:
Code:
stats[i] = stats[i].slice(0,stats[i].indexOf("<"));
drakau

that did the trick, thanks

       glbscripts.myfreeforum.org Forum Index -> Problems and Support
Page 1 of 1
Create your own free forum | Buy a domain to use with your forum