| View previous topic :: View next topic |
| Author |
Message |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Sat Sep 13, 2008 10:45 pm Post subject: Play-By-Play Filter |
|
|
Allows filtering of the plays on the play-by-play based on various criteria (quarter,time,down, etc).
http://userscripts.org/scripts/show/33496

Last edited by pabst on Tue Oct 14, 2008 4:28 am; edited 1 time in total |
|
| Back to top |
|
 |
robelder
Joined: 15 Jul 2008 Posts: 45
|
Posted: Wed Sep 24, 2008 12:46 pm Post subject: |
|
|
Amazing from the looks, but does not work for me. I have Firefox 2. Is that the reason?
This is a top 5 all-time script by the way. |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Wed Sep 24, 2008 3:45 pm Post subject: |
|
|
| robelder wrote: | Amazing from the looks, but does not work for me. I have Firefox 2. Is that the reason?
This is a top 5 all-time script by the way. |
I haven't tried it, but most likely yes. |
|
| Back to top |
|
 |
lazloth
Joined: 13 Aug 2008 Posts: 2
|
Posted: Thu Sep 25, 2008 8:23 pm Post subject: |
|
|
Two requests:
Would you add an option to filter by team?
Also, a specific checkbox for pitch?
Greatly appreciate your hard work Pabst. |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Fri Sep 26, 2008 1:07 am Post subject: |
|
|
| lazloth wrote: | Two requests:
Would you add an option to filter by team?
Also, a specific checkbox for pitch? |
I'll add pitches next time I mess with it. I'll try removing teams but I'm not really sure how well that will work. |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Sat Oct 04, 2008 6:37 am Post subject: |
|
|
| lazloth wrote: | Two requests:
Would you add an option to filter by team?
Also, a specific checkbox for pitch? |
Pitches are in, but teams still have issues, so those will have to wait. |
|
| Back to top |
|
 |
blamand
Joined: 16 Jul 2008 Posts: 19
|
Posted: Sat Oct 04, 2008 10:33 am Post subject: |
|
|
Really like this tool, but the player filter does not work for me.
Using FF 3.0.3.
Edit: It works for my CB, but not for my WR. |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Sun Oct 05, 2008 1:57 am Post subject: |
|
|
| blamand wrote: | Really like this tool, but the player filter does not work for me.
Using FF 3.0.3.
Edit: It works for my CB, but not for my WR. | Ooops, minor screw up. on line 215 you'll find this "i<data.length-1". Get rid of the "-1". See if that helps. |
|
| Back to top |
|
 |
blamand
Joined: 16 Jul 2008 Posts: 19
|
Posted: Sun Oct 05, 2008 4:30 am Post subject: |
|
|
I dont have linecount on my wordpad. Any suggestions for a better program to edit in?
Anyway, i found this: (var i=2; i<data.length-1; i=i+2). Deleted the -1, but no luck.
Still cant find my WR... |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Sun Oct 05, 2008 11:40 am Post subject: |
|
|
Go to your GLB homepage. Click Tools->Page Info->Security->View Cookies
You'll have a cookie called "glb-greasemonkey: player list". See if all of your players are listed correctly.
What other scripts are you running on your home page?
|
|
| Back to top |
|
 |
|