User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
justafish2002
offline
Link
 
Originally posted by mw54finest
Originally posted by insanepenguin02

I can't get mine to work either.

I have both of these in the page listed section but when I am on my team profile page, it doesnt even say that the owner extension script is working.

http://goallineblitz.com/game/team.pl?team_id=4654
http://goallineblitz.com/game/extend_team.pl?team_id=4654


Did you also modify the "Include Pages" line from manage user scripts? After you modify the script, come back out to Manage User Script window and look at the included pages box. Highlight the url line and edit. Is should say:
http://goallineblitz.com/game/team.pl?team_id=9999 Change to
http://goallineblitz.com/game/team.pl?team_id=4654


Can you make it for two teams? How would I code that? Right now, both dates are the same, but I'd like it to actually pick on on the exp date in case I forget to renew one.
 
mw54finest
offline
Link
 
Originally posted by justafish2002

Can you make it for two teams? How would I code that? Right now, both dates are the same, but I'd like it to actually pick on on the exp date in case I forget to renew one.


For the lucky owners that have more than 1 team, I am guessing the easiest way would be to run a separate script instance for each teams.

I suppose a developer can come up with if..then statements to have multiple teams on one page, but I am script challenged.
 
About2 Break
offline
Link
 
What is firefox?
 
Nixx
offline
Link
 
Originally posted by cigtyme
What is firefox?


Seriously? Couldn't find the answer with Google?

It's only the best, most secure and customizable browser out there!

http://www.mozilla.com/firefox/
 
Yung1King
offline
Link
 
Originally posted by Nixx
Originally posted by cigtyme

What is firefox?


Seriously? Couldn't find the answer with Google?

It's only the best, most secure and customizable browser out there!

http://www.mozilla.com/firefox/


good answer
 
scottish
offline
Link
 
Hola,

I have a problem. Sorry I don't want to reed this 117 pages:

So I use the following script

GLB Local Time
GLB Player Navigation
GLB Player links
pbr Game scout
pbr Highlight (for player name in PbP text)
Highlight Attributes II
Waiting list position

I used Highlight player in replay with following code:

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

It was working. But know it is not. I switched off all scripts, but nothing changed.

What is the problem whit this?
 
mw54finest
offline
Link
 
Originally posted by DaRealest


Just right click on the Monkey icon in the bottom right of your browser, click Manage scripts, then find the Replay script and click on it once to highlight it. Now, look in the window to the right of the script name that says Included Pages and in there you'll see the link. Click on the link and then click Edit over to the right of the window. That'll open a pop up box with the URL in it. Just copy and paste this into the space there and click 'OK': http://goallineblitz.com/game/replay.pl?* .


Above is the fix for any script that was added for replay page. You must change the include page for all scripts that runs on replay page. I.E. Replay, Highlight Player, Graphics, YAC, Pancake... Please at least read couple posts above you or 1 page back. Thanks!


Use this script if you need fixed version of replay only.
http://glbscripts.myfreeforum.org/sutra686.php#686


 
mw54finest
offline
Link
 
scottish, above(within quote box) should fix your problem as well
 
gRryNn
offline
Link
 
Was wondering if any of you script geniuses can make a script to highlight the penalties during the play by play and when watching the game ... make it stand out with the color orange or red ...

THANX!!
 
Link
 
Originally posted by mw54finest
Originally posted by insanepenguin02

I can't get mine to work either.

I have both of these in the page listed section but when I am on my team profile page, it doesnt even say that the owner extension script is working.

http://goallineblitz.com/game/team.pl?team_id=4654
http://goallineblitz.com/game/extend_team.pl?team_id=4654


Did you also modify the "Include Pages" line from manage user scripts? After you modify the script, come back out to Manage User Script window and look at the included pages box. Highlight the url line and edit. Is should say:
http://goallineblitz.com/game/team.pl?team_id=9999 Change to
http://goallineblitz.com/game/team.pl?team_id=4654


I am sooooo stupid....that's what I was forgetting....duh.
 
JavaFreak
offline
Link
 
I'm using the replay script from here: http://userscripts.org/scripts/show/30863

Is there any replay script that will hide the results (given to the right of the page) until after the dots are finished running the play?

I tend to find myself cheating and looking to the right to see what the results are before the dots are finished.
 
scottish
offline
Link
 
Originally posted by mw54finest
scottish, above(within quote box) should fix your problem as well


Thanks I didn't found any changes in that line. Ok I'm blind. Thanks again and sorry.

Don't have to change that line in first page? It is easier.

 
TheKingOfVa
offline
Link
 
Originally posted by scottish
Hola,

I have a problem. Sorry I don't want to reed this 117 pages:

So I use the following script

GLB Local Time
GLB Player Navigation
GLB Player links
pbr Game scout
pbr Highlight (for player name in PbP text)
Highlight Attributes II
Waiting list position

I used Highlight player in replay with following code:

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

It was working. But know it is not. I switched off all scripts, but nothing changed.

What is the problem whit this?



same thing happened to me.

Last edited Aug 1, 2008 07:28:04
 
justafish2002
offline
Link
 
Originally posted by mw54finest
Originally posted by DaRealest



Just right click on the Monkey icon in the bottom right of your browser, click Manage scripts, then find the Replay script and click on it once to highlight it. Now, look in the window to the right of the script name that says Included Pages and in there you'll see the link. Click on the link and then click Edit over to the right of the window. That'll open a pop up box with the URL in it. Just copy and paste this into the space there and click 'OK': http://goallineblitz.com/game/replay.pl?* .


Above is the fix for any script that was added for replay page. You must change the include page for all scripts that runs on replay page. I.E. Replay, Highlight Player, Graphics, YAC, Pancake... Please at least read couple posts above you or 1 page back. Thanks!


Use this script if you need fixed version of replay only.
http://glbscripts.myfreeforum.org/sutra686.php#686


 
mw54finest
offline
Link
 
Originally posted by TheKingOfVa
same thing happened to me.


The fix is somewhere within this page. Twice actually.
 
Page:
 


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