Thanks for this!! I can't believe the website is not equipped with a way to see these stats already.
Madden 10 Online Franchise Website Team Stats Greasemonkey Script
Collapse
Recommended Videos
Collapse
X
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
btw, been using this script a ton for my PS3 online franchises.. it's fantastic!
one thing I'm noticing now that we're in the 2nd season of one of the OF's, is that some teams in the team stats have an extra erroneous game played that is padding their stats. I'm not sure where this extra game and stats are coming from. looking through firebug right now.
MTJ if you're reading this where should I look to debug this? I have firebug and am looking at the script. Thanks, great work on the script..Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
btw, been using this script a ton for my PS3 online franchises.. it's fantastic!
one thing I'm noticing now that we're in the 2nd season of one of the OF's, is that some teams in the team stats have an extra erroneous game played that is padding their stats. I'm not sure where this extra game and stats are coming from. looking through firebug right now.
MTJ if you're reading this where should I look to debug this? I have firebug and am looking at the script. Thanks, great work on the script..Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
I have a Mac and remember trying this a while back with no success. Is there anything different procedurally about doing this on a Mac? I'm tech-challengedComment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
I am on the Mac as well... but I will try the new version..
I do have a PS3, so I remember the last time I got the script I had to change that one value in the script.
Let me go grab the script again and update it...Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
No dice, I got the latest script and I get this js alert:
The franchise is currently in a state that has no stats (draft/setup/completed). If there are past stats available you can select them by season
we're in week 3 of our 2nd season.Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
I updated this line in the script and the extra erroneous game stats are gone..
var valueBeforeFranchise = "791A0001";
maybe the check you do to see if it's a PS3 league doesn't work. I'm the commish in the league, btw.Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
HEY MTJ, amazing work you've done here, if only I can get it to work now.
I'm on windows xp, using firefox.
i get this error as soon as I click my league and it goes to the leagues homepage:
The franchise is currently in a state that has no stats (draft/setup/completed). If there are past stats available you can select them by season
I installed firebug as you asked a previous user to do & edit the script for you so you could see the errors, im not sure how to edit the script, I am choosing manage user scrips >> Edit (on bottom left side) >> it opens up a window in my documents asking me to OPEN something, but I dont see a script there to choose so I'm not sure how to edit it.
do you maybe have to play a week and than it tracks the stats from the moment you've installed it once you've played a week??
I'm on aim & skype, my username is ps3TheMainEvent if you wanna hit me up and see if we can get it working, ill check back in here allot too.
thanks
btw I am GM of a league on ps3, in case that is something you care to know
link to our league is: http://www.easportsworld.com/en_US/m...fs=fId%3D15415
its a private league though, I don't think I can make it public, i dont see that as an optionLast edited by TheMainEvent; 12-02-2009, 11:49 PM.Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
also, if you're on a PS3, find this variable: valueBeforeFranchise
and change that line to read:
var valueBeforeFranchise = "791A0001";
then it should work.Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
this dialog window is there for you to choose a text editor program. like gVIM or notepad/textpad/wordpad/etc..
also, if you're on a PS3, find this variable: valueBeforeFranchise
and change that line to read:
var valueBeforeFranchise = "791A0001";
then it should work.Last edited by TheMainEvent; 12-03-2009, 08:01 PM.Comment
-
Re: Madden 10 Online Franchise Website Team Stats Greasemonkey Script
they like me! they really like me!!
glad I could help guys.. really I love this script. it's fantastic.
question for the author, will this script correctly account for traded players in the individual stats categories? meaning, will it aggregate stats that player had for both teams and only show that player listed once?Comment
Comment