User Pass
Home Sign Up Contact Log In
Page:
 
kjoe51689
offline
Link
 
That's why I try to make mine compatable with Chrome. You loose a lot of ability in the process of it but they work with the new firefox because it is bare bones code and no saving features.
 
GmanV2
Lead Mod
offline
Link
 
Originally posted by pabst
Closest to that as far as I know is still this: http://userscripts.org/scripts/show/95343

It's a pain to support other people's code, so I think if anyone was going to volunteer to fix the old one, they would have done it already. I'm certainly not looking forward to it.


There is one in the works, very near completion.

Vlady (Don of the Addicts) and myself put up a bounty to get it done, and someone (he can out himself soon), stepped and got it done, almost.

Should be soon and released to general public.

I already tested the initial script that he composed, and it's just what we all want, . He wrote it so it won't break in the future too.

Just an fyi.
 
GmanV2
Lead Mod
offline
Link
 
Originally posted by GmanV2
There is one in the works, very near completion.

Vlady (Don of the Addicts) and myself put up a bounty to get it done, and someone (he can out himself soon), stepped and got it done, almost.

Should be soon and released to general public.

I already tested the initial script that he composed, and it's just what we all want, . He wrote it so it won't break in the future too.

Just an fyi.


Addendum: there will also be several new features added to it, like team w/l records compilation, stats saving, to where you only have to run the script to get newest games or season and the rest is saved in cache, and a couple other possibilities.

 
deez11010
offline
Link
 
Originally posted by vinman
Half my scripts don't work with Firefox 4


All of my scripts still work with FF4. Have you updated any of your scripts?

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

Run that updater and I'm pretty sure most if not all your scripts will work again.

 
rockitsauce
offline
Link
 
Originally posted by GmanV2
There is one in the works, very near completion.

Vlady (Don of the Addicts) and myself put up a bounty to get it done, and someone (he can out himself soon), stepped and got it done, almost.

Should be soon and released to general public.

I already tested the initial script that he composed, and it's just what we all want, . He wrote it so it won't break in the future too.

Just an fyi.


http://userscripts.org/scripts/show/102601
 
pabst
offline
Link
 
Originally posted by rockitsauce
http://userscripts.org/scripts/show/102601

FYI: you aren't skipping a season when a schedule doesn't exist. You're just crashing. You fail the Alpine test

http://goallineblitz.com/game/team.pl?season=1&team_id=1711

*Edit: I also test mine using Cobra Kai since they have schedules for every season. When loading season 1 to 22, the longer your script runs, the slower it seems to get. I haven't looked into the code, but I did notice that the memory usage for Firefox jumps substantially when this thing runs. You using some obscene amount of recursion or something?
Edited by pabst on May 14, 2011 02:04:25
 
Link
 
Originally posted by rockitsauce
http://userscripts.org/scripts/show/102601


installed it and used it with Korb, but there are some things that donīt work. Career records looks completly broken

For example our QB

1)...3106...(QB) TIMGRAD FLEMBER - http://goallineblitz.com/game/player.pl?player_id=49751 QB from season 5-12 with 1634 completions
(2)...3039...(QB) Mighty Quinn - http://goallineblitz.com/game/player.pl?player_id=68155 - easy to look at as he only played for Korb, has a total of 1873 completions
(3)...1315...(QB) Throw DaBall - http://goallineblitz.com/game/player.pl?player_id=1179183 - was our QB in season 19 and 20 and had 679 completions in those 2 seasons
(7)...765...(QB) Lucius Aurelius Commodus Antoninus - http://goallineblitz.com/game/player.pl?player_id=1607089 - QB in season 21 with 395 completions

and every career record looks that way
 
pabst
offline
Link
 
Originally posted by Disastermaster
installed it and used it with Korb, but there are some things that donīt work. Career records looks completly broken

For example our QB

1)...3106...(QB) TIMGRAD FLEMBER - http://goallineblitz.com/game/player.pl?player_id=49751 QB from season 5-12 with 1634 completions
(2)...3039...(QB) Mighty Quinn - http://goallineblitz.com/game/player.pl?player_id=68155 - easy to look at as he only played for Korb, has a total of 1873 completions
(3)...1315...(QB) Throw DaBall - http://goallineblitz.com/game/player.pl?player_id=1179183 - was our QB in season 19 and 20 and had 679 completions in those 2 seasons
(7)...765...(QB) Lucius Aurelius Commodus Antoninus - http://goallineblitz.com/game/player.pl?player_id=1607089 - QB in season 21 with 395 completions

and every career record looks that way


Quinn's numbers will never be correct. For early season players, the official numbers won't be the same as the box score calculated numbers because some of the early box scores have been deleted. My script will do the same thing since there's no way to get the data anymore. I'd run rockitsauce's script to see what I get for those numbers (they're definitely wrong), but it takes too damn long. FWIW, my script comes up with 1601, 1583, 679, and 395 for those players.
 
rockitsauce
offline
Link
 
Originally posted by pabst

FYI: you aren't skipping a season when a schedule doesn't exist. You're just crashing. You fail the Alpine test

http://goallineblitz.com/game/team.pl?season=1&team_id=1711

*Edit: I also test mine using Cobra Kai since they have schedules for every season. When loading season 1 to 22, the longer your script runs, the slower it seems to get. I haven't looked into the code, but I did notice that the memory usage for Firefox jumps substantially when this thing runs. You using some obscene amount of recursion or something?


I didn't think about teams with no seasons, but it does skip them because there are no games to process. It may have crashed if you only tried to retrieve that empty season and then print records. I fixed that, but honestly you're just trying to break it in that scenario.

I put on the script description that it's slow as hell the more seasons you run. Game records are fast, but season and career are slow, right now, because of the calculations on records like completion percentage or averages. I plan to do some performance tuning sometime soon, but there were many people that missed this script so they are getting something for the time being.
 
pabst
offline
Link
 
Originally posted by rockitsauce
I didn't think about teams with no seasons, but it does skip them because there are no games to process. It may have crashed if you only tried to retrieve that empty season and then print records. I fixed that, but honestly you're just trying to break it in that scenario.

Actually, I never tried a single empty season. I went to Alpine, changed the ending season to 21 and hit gather. And of course I'm trying to break it, that's how you get the bugs out.

Originally posted by rockitsauce
I put on the script description that it's slow as hell the more seasons you run. Game records are fast, but season and career are slow, right now, because of the calculations on records like completion percentage or averages. I plan to do some performance tuning sometime soon, but there were many people that missed this script so they are getting something for the time being.

I do the same calculations and don't take near as long to finish. It's something more than that.
 
J Maguire
offline
Link
 
Originally posted by toobad4u_00
4 is a huge upgrade actually.


+1 So much faster!
 
numone
offline
Link
 
Originally posted by rockitsauce
I didn't think about teams with no seasons, but it does skip them because there are no games to process. It may have crashed if you only tried to retrieve that empty season and then print records. I fixed that, but honestly you're just trying to break it in that scenario.

I put on the script description that it's slow as hell the more seasons you run. Game records are fast, but season and career are slow, right now, because of the calculations on records like completion percentage or averages. I plan to do some performance tuning sometime soon, but there were many people that missed this script so they are getting something for the time being.


I suggest you take some of the elements out of a jquery .each statement and put it in a normal for loop with a timeout between each of them, that lets the callstack of the browser catch up which will release a lot of memory and probably speed things up.
 
Sugar Kapaa
\m/
online
Link
 
Originally posted by rockitsauce
http://userscripts.org/scripts/show/102601

chrome friendly?
 
vinman
offline
Link
 
Originally posted by deez11010
All of my scripts still work with FF4. Have you updated any of your scripts?

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

Run that updater and I'm pretty sure most if not all your scripts will work again.



Already have it..I have tried uninstalling and re-installing the scripts that don't work..nothing changes.
 
toobad4u_00
offline
Link
 
disregard actually.
Edited by toobad4u_00 on May 16, 2011 23:25:13
 
Page:
 


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