 |
glbscripts.myfreeforum.org Forum dedicated to Greasemonkey Scripts made for Goal Line Blitz online game.
|
| View previous topic :: View next topic |
| Author |
Message |
drakau
Joined: 29 Jun 2008 Posts: 4
|
Posted: Wed Sep 24, 2008 2:47 pm Post subject: 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> |
|
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Wed Sep 24, 2008 3:54 pm Post subject: 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("<"));
|
|
|
| Back to top |
|
 |
drakau
Joined: 29 Jun 2008 Posts: 4
|
Posted: Thu Sep 25, 2008 1:36 pm Post subject: |
|
|
that did the trick, thanks
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|