User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
head1
offline
Link
 
mk busted with the new firefox update?
 
Diamonddog
offline
Link
 
anyone have O and D rankings script that works?
 
MarBro456
Diamond Cutter
offline
Link
 
Originally posted by Diamonddog
anyone have O and D rankings script that works?


Try this one..............

http://userscripts.org/scripts/show/35127
 
Diamonddog
offline
Link
 
Originally posted by MarBro456
Try this one..............

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


works awesome...thanks!
 
venom4789
offline
Link
 
anyone have a script that will show how your player was tackled throughout the season, like number of times tackle by diving tackle, normal, big hit, monster hit. as well as maybe listing how tackles were broke, missed diving, spin, power through, lower shoulder, missed tackle.
 
MustangLife
offline
Link
 
Originally posted by venom4789
anyone have a script that will show how your player was tackled throughout the season, like number of times tackle by diving tackle, normal, big hit, monster hit. as well as maybe listing how tackles were broke, missed diving, spin, power through, lower shoulder, missed tackle.


I haven't seen or heard of any scripts like that. There are alot of scripts people have made that they keep to themselves.
 
venom4789
offline
Link
 
Originally posted by MustangLife
I haven't seen or heard of any scripts like that. There are alot of scripts people have made that they keep to themselves.


sharing is caring
 
Crushr
offline
Link
 
Hell, I can't even get signed in on Firefox anymore.. WTH happened to it?
Edited by Crushr on Nov 3, 2009 09:17:43
 
DarrenAl
offline
Link
 
Originally posted by
Jed

Highlighting your player in the replay


Originally posted by RandomBeast
You should be somewhat familiar with Greasemonkey to do this, as you will in essence be creating your own script for your player.

Now before we get started, you'll need to find the player ID of who you want to track on the replay. You can do that by clicking on any of your players on your home page. You'll see their ID at the end of the URL: "player_id=######"

###### = your player ID number. Save that number.

You'll also need a 16x16 image you want to show up for your player.

I'm using just a colored red circle with my player's initial on it, but you can put anything really. Just make sure it is 16x16 so it fits with the others in the replay. It should have some transparency if you want to make it a circle. Upload it to a server somewhere and save that URL.

Now, in Firefox go to Tools>Greasemonkey>New User Script...

For name, enter the name of your player
Put anything for Namespace (I put GLB for GoalLineBlitz)
You can put any description. Something like "Custom icon on replay for player XYZ"
For the includes, remove anything currently there, and add "http://goallineblitz.com/game/replay.pl?pbp_id=* " (no quotes)

It may ask you to browse for a text editor if you don't have one associated - browse to notepad or something similar.

It will open up a text file with a few lines at the top. Underneath those, put the following code:

window.setTimeout( function()
{
if(document.getElementById('#######')){
document.getElementById('#######').innerHTML = '<img src="http://www.maploco.com/maps/dots/red-circle.png">';
}
}
)

Replace the ###### in the two places with your player user ID you saved earlier. Replace the URL with the path to your image. Save that file. Next time you watch a replay, your player will have a custom icon.


dunno why, but it doesn't work!!!
It's driving me crazy!
Please help me!!! the imagine is this: http://img691.imageshack.us/img691/3889/images1c.jpg
 
cooljesture20
offline
Link
 
Anyone have a script for the player sorter on the home page? (Without all the extra stuff like showing you cash and all that, I just want to be able to sort them.)
 
Joebarber
offline
Link
 
looking for the GLB player builder script...thanks
 
Dyreskov
offline
Link
 
Anyone else having trouble with the AI Package Transfer script? Cannot transfer Packages anymore.

Really annoying!
 
Raiders12
offline
Link
 
Originally posted by Dyreskov
Anyone else having trouble with the AI Package Transfer script? Cannot transfer Packages anymore.

Really annoying!


Turn off your team colors, that worked for me.
 
greg_b_4
offline
Link
 
I downloaded the custom graphics on replay script... I'm not familiar with how scripts work, I know my other scripts just work automatically. How do I us the custom graphics.... I'm sure I have to edit the script somehow, could someone help.
 
stevenmac03
offline
Link
 
Can someone help me find the script to transfer my AI to another team that I GM for?
 
Page:
 


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