User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
mpapara
offline
Link
 
I dont know if there is a script already for something like this but i would like to be able to go straight into watching the replay without having to see the playbyplay wording.

instead of clicking watch and see the wording of each play just be able to go straight to seeing the replays
 
lacker
offline
Link
 
on the box score page, can u make a script that will sort the defensive players by position?
 
eaglezcrazy05
offline
Link
 
hey for the scripts when u can see what build u should have for your player why dont they have one for a power and elusive back
 
lacker
offline
Link
 
they do
 
eaglezcrazy05
offline
Link
 
no srry for not explaining it but a balanced power and elusive back together
 
CinTex
offline
Link
 
Is there a script or can someone make one that will add the salaries of the players and give a total payroll for the team?!?!?!....
 
Nixx
offline
Link
 
Originally posted by CinTex
Is there a script or can someone make one that will add the salaries of the players and give a total payroll for the team?!?!?!....


It's already on the 'Finances' page (not sure if you have to be a GM/owner to see it, or what).
 
CinTex
offline
Link
 
Originally posted by Nixx
Originally posted by CinTex

Is there a script or can someone make one that will add the salaries of the players and give a total payroll for the team?!?!?!....


It's already on the 'Finances' page (not sure if you have to be a GM/owner to see it, or what).


Sorry I should have been more specific.... I know what my payroll is... but I want to know what other teams payrolls are... (without having to add it up myself)...

I was hoping for something that could add the salaries on the roster page and display the total on that page....
 
pabst
offline
Link
 
Originally posted by CinTex
Originally posted by Nixx

Originally posted by CinTex


Is there a script or can someone make one that will add the salaries of the players and give a total payroll for the team?!?!?!....


It's already on the 'Finances' page (not sure if you have to be a GM/owner to see it, or what).


Sorry I should have been more specific.... I know what my payroll is... but I want to know what other teams payrolls are... (without having to add it up myself)...

I was hoping for something that could add the salaries on the roster page and display the total on that page....


I'm still working the bugs out of it, but this is close to what you want.

http://userscripts.org/scripts/show/30267
 
eaglezcrazy05
offline
Link
 
u guys should consider getting paid for this kinda stuff
 
CinTex
offline
Link
 
Originally posted by pabst
Originally posted by CinTex

Originally posted by Nixx


Originally posted by CinTex



Is there a script or can someone make one that will add the salaries of the players and give a total payroll for the team?!?!?!....


It's already on the 'Finances' page (not sure if you have to be a GM/owner to see it, or what).


Sorry I should have been more specific.... I know what my payroll is... but I want to know what other teams payrolls are... (without having to add it up myself)...

I was hoping for something that could add the salaries on the roster page and display the total on that page....


I'm still working the bugs out of it, but this is close to what you want.

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


My OS is not recognizing the FireFox 3.0 download file... I'll have to check on it tonight...
 
s2weathers
offline
Link
 
Did anybody ever make a script for this: http://ct35wq.bay.livefilestore.com/y1pHjDR51TeKeJQrt-3a6-KFvcH-1_dQs_86Txq2Ogrfu_tR-GEV3OSrV6iHcClJFfazvCL55RQFvzk4g7eWRaZwg/scout2.jpg

I searched a few pages after this and didn't see anything. Please help

Thanks
 
bondsclemente
offline
Link
 
Can somebody help me on the script that changes the players boxes.

http://glbscripts.myfreeforum.org/Colored_Player_boxes_about121.html

I don't know what they mean when they say just create a new line for each of the players.
 
mw54finest
offline
Link
 
Originally posted by bondsclemente
Can somebody help me on the script that changes the players boxes.

http://glbscripts.myfreeforum.org/Colored_Player_boxes_about121.html

I don't know what they mean when they say just create a new line for each of the players.


You must edit the script and modify it so it will be for your player. When you open the script, the instruction is there:

// Set up here!
// Add a new line for each player with the following details,
// Player ID, URL of "fade" image, Colour of box as RGB value, ie #FD115D
// put a comma between each one as shown below
// ie, boxArray.push('YourPlayerID,FadeImageURL,#RGBValue');

Example:Originally posted by
boxArray.push('119449,http://goallineblitz.com/images/game/design/content_container.gif,#FF00FF');


You will need four lines of above, since you have four players. And replace each 119449 with your player ID#, then set your color.

I hope that made sense. Hopefully karma will jump in soon.
 
bondsclemente
offline
Link
 
Originally posted by mw54finest
Originally posted by bondsclemente

Can somebody help me on the script that changes the players boxes.

http://glbscripts.myfreeforum.org/Colored_Player_boxes_about121.html

I don't know what they mean when they say just create a new line for each of the players.


You must edit the script and modify it so it will be for your player. When you open the script, the instruction is there:

// Set up here!
// Add a new line for each player with the following details,
// Player ID, URL of "fade" image, Colour of box as RGB value, ie #FD115D
// put a comma between each one as shown below
// ie, boxArray.push('YourPlayerID,FadeImageURL,#RGBValue');

Example:Originally posted by

boxArray.push('119449,http://goallineblitz.com/images/game/design/content_container.gif,#FF00FF');


You will need four lines of above, since you have four players. And replace each 119449 with your player ID#, then set your color.

I hope that made sense. Hopefully karma will jump in soon.


Im sorry I'm not the saviest with computers. How do I open the script? When I hit install?

 
Page:
 


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