User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Tyler81
offline
Link
 
Originally posted by willtopps
Could someone PM me the link to the open build script please.


http://userscripts.org/scripts/show/48550
 
ManOgwaR
offline
Link
 
maybe this is a suggestion for another userscript to be made up ...but is there a userscript to place players/teams/etc into 'folders', so that I can tidy up my userprofile, and not have to be inconvenienced by the delay in loading the page, and to tidy up the massive list of players?!?
Edited by ManOgwaR on Aug 15, 2009 05:16:28
 
Sprocket
offline
Link
 
Originally posted by ManOgwaR
maybe this is a suggestion for another userscript to be made up ...but is there a userscript to place players/teams/etc into 'folders', so that I can tidy up my userprofile, and not have to be inconvenienced by the delay in loading the page, and to tidy up the massive list of players?!?


Use the Homepage Rewrite script. It adds a little load time, but has a lot of options.
 
Enders
offline
Link
 
Can someone link me the script that shows the Offensive/defensive/ST rankings on the teams home page. I can't find it.
 
Rumble Bee
offline
Link
 
Anyone have a link to an updated Monsterkill? Mine wont parse all the replays? Anyone else having this problem?
 
s4c
offline
Link
 
Originally posted by AZCowboysfan
Anyone have a link to an updated Monsterkill? Mine wont parse all the replays? Anyone else having this problem?


+1
 
Rumble Bee
offline
Link
 
Here we go this one is working - http://userscripts.org/scripts/show/46765
 
J Maguire
offline
Link
 
Is it possible for a script to realize you have received an alert or message in the inbox and send out an email notification?
 
Iron Maiden
offline
Link
 
Originally posted by J Maguire
Is it possible for a script to realize you have received an alert or message in the inbox and send out an email notification?


well you can use the "New Messages/Alerts In GLB Toolbar" script. it is quite useful since you can just scroll up to check (the toolbar is always on top of the page)
 
cabrasher
offline
Link
 
Originally posted by J Maguire
Is it possible for a script to realize you have received an alert or message in the inbox and send out an email notification?


The email part: no. That would need to be implemented by Bort as a server function. The best you'll get is the Alert/PM in Toolbar script that's out there.
 
jackdaddy
offline
Link
 
What am I missing on the Player speed/velocity script?

I'm getting the text and boxes that break down "Speed", "Agility", and "Other", and the "Velocity" graph, but it doesn't populate...

What am I missing?
 
Rae1990
offline
Link
 
is there a script where i can jump to the next player

eg

im on a players profile, i click on "next" and my 2nd players profile comes up

etc etc

if so please PM me
 
txag2k
offline
Link
 
Originally posted by Longhornfan1024
Is there a version of DB's speed script that works with the new replay?


 
cabrasher
offline
Link
 
Originally posted by txag2k
Originally posted by Longhornfan1024

Is there a version of DB's speed script that works with the new replay?




If you know how to edit scripts, just go to the end of the script and try and add this below everything else. Should work temporarily until there's a fix.

var offPlayers = getElementsByClassName("player_icon o_icon",document);
for(var j=0; j<offPlayers.length; j++) {
offPlayers[j].firstChild.setAttribute("onclick","");
}
var defPlayers = getElementsByClassName("player_icon d_icon",document);
for(var j=0; j<offPlayers.length; j++) {
defPlayers[j].firstChild.setAttribute("onclick","");
}
 
Deathblade
offline
Link
 
Originally posted by cabrasher
If you know how to edit scripts, just go to the end of the script and try and add this below everything else. Should work temporarily until there's a fix.

var offPlayers = getElementsByClassName("player_icon o_icon",document);
for(var j=0; j<offPlayers.length; j++) {
offPlayers[j].firstChild.setAttribute("onclick","");
}
var defPlayers = getElementsByClassName("player_icon d_icon",document);
for(var j=0; j<offPlayers.length; j++) {
defPlayers[j].firstChild.setAttribute("onclick","");
}


Went ahead and added that.
http://userscripts.org/scripts/show/53096

Edit:
Still doesn't work right when you have custom colors enabled...I'll fix it gimme a sec.

Edit2:
It only bugs out if you change from custom to default, or vice versa...so whatevers.
Edited by Deathblade on Aug 17, 2009 11:42:39
Edited by Deathblade on Aug 17, 2009 11:41:49
 
Page:
 


You are not logged in. Please log in if you want to post a reply.