User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
cabrasher
offline
Link
 
Originally posted by Deathblade
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.


Doh, custom colors should be banned imo.
 
cabrasher
offline
Link
 
Originally posted by Deathblade


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.



Try this.....just adds a clickable event to the colors checkbox that calls the function that erases the onClick function everytime it's checked or unchecked.

var colorsBox = document.getElementById("use_colors");
colorsBox.addEventListener("click", deleteClicks, false);

deleteClicks();

function deleteClicks() {
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","");
}
}
Edited by cabrasher on Aug 17, 2009 12:05:45
 
Link
 
Is there a script where you can scout other teams and avoid being a Gm for one of the teams you are scouting,. How do you scout your opponents other games?
 
cabrasher
offline
Link
 
Originally posted by joshuashipley21
Is there a script where you can scout other teams and avoid being a Gm for one of the teams you are scouting,. How do you scout your opponents other games?


que?
 
Link
 

I again have the same probelm with the replay rewrite. like two months ago When I switch to use default player colours the dots donīt shrink anymore. If I switch back to custom players colours they shrink again.

I allready changed the showShrinkAnimation' variable to true, but nothing changes.
 
Link
 
Originally posted by Rae1990
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


I wrote a script awhile back that adds a player navigation drop down menu to the top of the page, you may find it here:

http://userscripts.org/scripts/show/29182

I've been out of the scripting writing area of GLB for awhile now (though I still keep up with my players) and as far as I know the navigation still works as I designed it. After installing it you will need to visit your GLB home page once so it picks up the list of your current players.
 
ateam1026
offline
Link
 
never mind, found it
Edited by ateam1026 on Aug 18, 2009 09:20:59
 
ggnringo
offline
Link
 
Originally posted by AZCowboysfan
Here we go this one is working - http://userscripts.org/scripts/show/46765


gracias amigo....that's been buuddin the shire outta Me Too since season 11 started...

salud!
 
VegasABD
offline
Link
 
Anyone having a problem with Monster Scout this season??? Everytime I use it it stops with about 50 plays left
 
Silent Earth
offline
Link
 
Originally posted by VegasABD
Anyone having a problem with Monster Scout this season??? Everytime I use it it stops with about 50 plays left


ditto. anyone else w/ this problem? any solutions?
 
jdros13
offline
Link
 
Originally posted by Silent Earth
ditto. anyone else w/ this problem? any solutions?


uninstall and then reinstall.
 
hi larry
offline
Link
 
Where is the new quote pyramid script?
 
tycoon34
offline
Link
 
so was there ever a script to transfer AI packages from team-to-team or no? Was about to re-create my packages for my other teams but figured if there was a script I could save some time.
 
thunderdoozer
offline
Link
 
Can someone make a script for Defensive Play Creator notes?

It would be great to have notes on each play for quick reference.
 
Ratphlegm
offline
Link
 
Is there a script that lets you add a new input to advanced AI at any point in the AI? It's retarded how long it takes to move a new one when you want to tighten up something in your AI that is near the bottom.
 
Page:
 


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