User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
mw54finest
offline
Link
 
Originally posted by merlin olsen
I looked there and didnt see anything...did i miss a script that does this?


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

Yes, you did.
 
Dantae
offline
Link
 
Hey I know that script =p
 
Menamino
offline
Link
 
The script that puts player rating number values on their profile pages doesn't seem to work for me anymore. Anyone else have this problem?
 
dpell
offline
Link
 
Does the AI export script work with the season 6 updates?
 
pabst
offline
Link
 
Originally posted by SeattleNiner
Here's a request for the replay rewrite!

Is there any way that the "dots" on the replay be changed for backups & starters? What I'm saying is, the offensive starter dots could stay the same, but when a backup is in maybe it's a lighter shaded dot or something like that?

This would be GREAT to help understand energy, as well as why a play worked or didn't if it was due lets say to a backup CB covering a #1 WR.


You can do this through clever modification of the highlight script. The easiest way is: instead of changing the dots, you can change the color of the highlight for particular players. First string gets one color, 2nd gets another, and so on. The script would have to modified by hand with the depth chart info. Changing the actual icons is possible as well, but it's not for the faint of heart.
 
pabst
offline
Link
 
Originally posted by bamakiksass
Is there a script to mass e-mail your teams? The forum is fine for the ones who check it!!


One word: SPAM.
 
pabst
offline
Link
 
Originally posted by bignick078
pbr game scout isn't working 4 me. Is there an updated 1 4 this season?


It'll be updated soon due to a kicking distance bug, but it should work otherwise. You getting any errors?
 
pabst
offline
Link
 
Originally posted by SyedAshrafulla
hey scripters, can you write a little script that displays a column in the full season stats for Catch-to-Drop ratio in the Receiving section? Maybe just add a column to the end after drops that does the division for me? or if you could calculate it from there and then put it on the player's homepage, that would be even better!


You can modify the pro bowl score script to do this on the full player stats page. Change the function which calculates the receiving score.

function receivingScore(arr) {
var score = arr["Rec"] / arr["Drops"];
if (isNaN(score) == true) score = 0;
return score.toFixed(1);
}

Then get rid of the rounding by changing line 344~ to:
c.innerHTML = scoreFunction(p);

The scoring won't work correctly anymore, but it'll show your statistic. Doing it for an entire division isn't going to happen.
 
Shagg
offline
Link
 
I need to have the script with the numbers in the player bar anyone know or have a link?
 
Nixx
offline
Link
 
Originally posted by Shagg
I need to have the script with the numbers in the player bar anyone know or have a link?


http://glbscripts.myfreeforum.org/Scouting_Report_Numbers_by_Forest21_about7.html
 
Taha19
offline
Link
 
where is that script which allows u to see the average starter lvl and back lvl when u go to the roster page?? i need a link please!! thanks!
 
*Birdman*
offline
Link
 
Originally posted by pabst
Originally posted by bamakiksass

Is there a script to mass e-mail your teams? The forum is fine for the ones who check it!!


One word: SPAM.


I have wanted this also! What is the spam problem? i certainly wouldn't spam my players and i can't see any reason an owner or GM would. Just curious. thanks
 
Nixx
offline
Link
 
Originally posted by Taha19
where is that script which allows u to see the average starter lvl and back lvl when u go to the roster page?? i need a link please!! thanks!


http://glbscripts.myfreeforum.org/Roster_Summary_about147.html
 
pabst
offline
Link
 
Originally posted by jaminn13
Originally posted by pabst

Originally posted by bamakiksass


Is there a script to mass e-mail your teams? The forum is fine for the ones who check it!!


One word: SPAM.


I have wanted this also! What is the spam problem? i certainly wouldn't spam my players and i can't see any reason an owner or GM would. Just curious. thanks


The problem isn't owners spamming their players. It's those among us who know Javascript feeling the need to modify the script in order to tell the players on every team on GLB that "Cobra Kai sucks", "Cobra Kai Rules", "My owner won't cut me!", "<insert name here> screwed me over in a trade", etc, etc.
 
Shagg
offline
Link
 
Originally posted by Nixx
Originally posted by Shagg

I need to have the script with the numbers in the player bar anyone know or have a link?


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


Thanks Nixx
 
Page:
 


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