Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
hey glenn i know my question has nothing to do with this script but i couldnt find your email anywhere so i was wondering if you could create this script except for baseball it is a bench all players without a game script http://userscripts.org/scripts/show/6716 that is the script link and here is the actual script // ==UserScript==
var doBench = function(event) { var allElements;
thisElement = allElements.snapshotItem(i); tds = thisElement.getElementsByTagName('td');
/* gameLogLink = document.createElement('a'); */
var BENCHBUTTON_ID = "bencherButton";
// create the bench button
// attach the bench button right before the "submit changes" button
i tried to mess around with it a little bit but got no luck please respond soon i will post this on a couple other pages to ensure that you get the message Aaron S |
|
|
hey Glen, I guess "Show IP maximum" is not necessary, and it's actually not working now. Yahoo removes it and places it at the bottom of "My Team". I also want to know, is it possible to make a team's AVG for every cats script? ex: I have 100 R with 50 games used. avg R for my team is 2 R/Game. anyhow, thanks for all the great scripts |
|
|
Dan, Here's an RSS feed for my scripts. Thanks for lunch! |
|
|
Come to think of it, have you considered compiling these into a FireFox extension that can be updated easily? You could have check boxes for each script in the extension options. Keep up the good work, really! Donate, people! |
|
|
I love your scripts, man... I just sent you $5. Enjoy your lunch :) Have you considered setting up some kind of RSS feed so that I can know when you've updated your scripts? |
|
|
Updated to show innings pitched and remaining. |
|
|
Yeah, actually it should be very easy. All that info displayed on the maximums page is being retrieved already, so it's just a matter of including it. I had originally had columns for all of the IP data, but took it out because it seemed like too much info. I'll see what I can do over the next couple of days. |
|
|
These scripts are excellent. This one and the batter-pitcher matchups are the most useful to me, although I've installed several. One request: Is there any way to show current IP totals in addition to or in place of projected IP totals? It makes calculating current rates of K/9, etc., easier. |