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


Just curious what about them makes them FF3 only?


It has to do with the the DOM implementation. Firefox 2 is missing a few things which I end up using in my scripts. I could probably work around them if I wanted to, but everyone should eventually upgrade to Firefox3 anyway, so I haven't bothered with it. Right now, I write for Firefox3, and if it runs in FF2, good for me, if not, oh well. FWIW, I have yet to use a script which works in FF2 and not in FF3.
 
pabst
offline
Link
 
Originally posted by The Strategy Expert

This is sweet indeed thanks!

Although I do have a request, for the SA totals, it only is worth while to know the true SP value, rather than the total sum of the numbers. Is there any way to modify that?

Also, it would be a little quicker to have the totals by columns for the attributes since a lot of positions have no use for the 2nd group, so segregating the numbers that way would also be a potential big enhancement.


Done. Enjoy.
http://userscripts.org/scripts/show/30110
 
Link
 
Originally posted by pabst


Done. Enjoy.
http://userscripts.org/scripts/show/30110


Oh, that's a good script. (In Peter Griffin's voice)

 
swoosh22
offline
Link
 
Originally posted by pabst



Done. Enjoy.
http://userscripts.org/scripts/show/30110


Only bad thing is that it doesn't take out custom equip
 
Link
 
How would you know how much equipment is applied anyhow, some people don't have full custom equipment just because they are level 16 or 24 or what not.
 
DaRealest
offline
Link
 
Originally posted by swoosh22
Originally posted by pabst




Done. Enjoy.
http://userscripts.org/scripts/show/30110


Only bad thing is that it doesn't take out custom equip


That isn't really necessary, IMO.
 
swoosh22
offline
Link
 
Ment to say for the special attributes. I have 10 SA's with custom equip it makes it 15. I've spent 12 SP's but with the custom equip it says I've spent 23 SPs. Get the picture now?
 
Link
 
Originally posted by swoosh22
Ment to say for the special attributes. I have 10 SA's with custom equip it makes it 15. I've spent 12 SP's but with the custom equip it says I've spent 23 SPs. Get the picture now?


Well if you didnt use the custom equip and you used SPs to get them to that level then that's what they cost you to use, thus that's what they are WORTH.

Looks like you don't get the picture.
 
Link
 
can someone make it so you can see the score on the replays?
 
thunderdoozer
offline
Link
 
OK a few more requests, even though my first wasn't filled...

1. On the league's team stats page, is there a way to script [team pancakes]/[team rushes]? Or even better, have it broken down by game? ... Actually, I think a great formula for scouting overall team rushing strength would be

[pancakes/rushes]+[YPC]

or

{[pancakes/rushes]+[broken tackles/rushes]+[YPC]} * {rushing success rate}

2. Is there a way (on the league's team stats page) to view a defense's average yards allowed per rush and average yards allowed per pass for the season? Or even just the total number of rushes and passes against a defense?

3. carries/fumble.

4. passing attempts/interception.
Last edited Jul 17, 2008 01:30:19
 
thunderdoozer
offline
Link
 
Or how about...

Team passing/rushing percentage when winning.
Team passing/rushing percentage when tied.
Team passing/rushing percentage when losing.
 
pabst
offline
Link
 
Originally posted by thunderdoozer

...and I'll add a request that is probably impossible, but I put it in the suggestion forum about a month ago and it didn't get any attention:

All-time team records (all-time individual leaders [game and season], longest FG, longest run, longest pass, etc).

Even something that just does all-time team leaders would be amazing.


I wholeheartedly agree on this one. At best, we could do the all time team leaders for full season stats (assuming we can even get finished seasons, I haven't checked), but this is something that really needs to be done on the server side.
 
pabst
offline
Link
 
Originally posted by Okole
SCRIPT IDEA
Team Leader pages (predominantly defense and receiving) have a player's position listed next to his name.

Is it possible?


Yes, it's here:
http://userscripts.org/scripts/show/30163

Download problem seems to have worked itself out. Your guess is as good as mine ...
Last edited Jul 17, 2008 02:28:28
 
pabst
offline
Link
 
Originally posted by thunderdoozer
Or how about...

Team passing/rushing percentage when winning.
Team passing/rushing percentage when tied.
Team passing/rushing percentage when losing.


For the season version of scout at least, I'm trying to avoid the 20 page loads this costs until season 4 so we can see what the network traffic situation is like. I can't promise anything, but this is planned.
 
pabst
offline
Link
 
Originally posted by thunderdoozer
OK a few more requests, even though my first wasn't filled...

1. On the league's team stats page, is there a way to script [team pancakes]/[team rushes]? Or even better, have it broken down by game? ... Actually, I think a great formula for scouting overall team rushing strength would be

[pancakes/rushes]+[YPC]

pancakes will cost us 1 page load. Doable if people really want it though it's so easy to calculate it's kinda wasteful IMHO.

Originally posted by thunderdoozer
or

{[pancakes/rushes]+[broken tackles/rushes]+[YPC]} * {rushing success rate}

Broken tackles would have to be calculated from the play-by-play along with the success rate. We'd have to load the PBP for every game. It gets kinda expensive by season's end.

Originally posted by thunderdoozer
2. Is there a way (on the league's team stats page) to view a defense's average yards allowed per rush and average yards allowed per pass for the season? Or even just the total number of rushes and passes against a defense?

We'd only have to load the box scores for this one, but we'd still need to load them all. Expensive again ..

Originally posted by thunderdoozer
3. carries/fumble.

4. passing attempts/interception.


Defensively: still expensive. Offensively: the numbers you need are already in the table. Just divide them. The offensive version would make an easy task for someone who wanted to try to make their first script :-)


 
Page:
 


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