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 |
|
|
yea that would be it has it always been that way
yeah that would be it thank you you are the master dude i love you |
|
|
It's working for me and others. One thing to note is that it will only work for the current day -- there has to be a game preview link next to each player under the 'Status' column. Could that be the issue, trying to view details for a future date? |
|
|
if you don't "fix" it could you please give me a link of the script that shows the details i do not mind if it is an older version |
|
|
ummm the details are still not working i click on show details and nothing different shows |
|
|
Sure, look in the first screenshot. |
|
|
"21-Jul-2008 - Instead of automatically displaying the match up status, added 'Show Details' link" where is this link could you post an image of this because i don't see it on the image here or on my page and i would really like to see the rest of the match up details |
|
|
yes, you are the KING! Thank you for fixing this. |
|
|
here you go glenn |
|
|
Great, but only works for pitchers now, showing undefined for all batters :( |
|
|
This is my absolute favorite script, please fix it so stop starting the wrong guys! ;) |
|
|
Yeah...same problem for me. It looks great though...especially once hitters are fixed. Great job with all your stuff! |
|
|
Hi, I just installed the script, and is only showing the information on the Pitchers, the hitters is not showing anything... |
|
|
I see for batters they have career v LHP/RHP but maybe you could have that pitcher's career numbers v. Right and left-handed <u>batters</u> I know that would go into my decision making. |
|
|
I thought I found a bug in your script, but it appears to be Yahoo's fault. I have Luis Gonzalez on my team and I saw in his matchup with Micah Owings he had an OPS of .000, with 0 hits and 0 AB. I found it odd that a history would show up at all, so I went to the actual Yahoo batter vs. pitcher page for Micah Owings here: http://sports.yahoo.com/mlb/players/7936/batvspit You can see that LuGo walked twice against him for an OBP of 1.000. Since OPS is simply OBP plus SLG, his OPS should be 1.000, but it's not! |
|
|
No problem. Glad you found the button ;) |
|
|
lol there's a button for it, didn't notice that :) awesomely done. thanks |
|
|
anybody else having trouble with this one? the status bar has widened to fit the matchup text in there, but there's no text. |
|
|
Dude! Thanks for stealing my idea. :) This is awesome. |
|
|
Very cool script. |
|
|
This is one of the coolest GM scripts I've ever seen. Nice job! |
|
|
Yeah, that's not a bad idea. For now, the 'Hide Matchups' link is the refresh button ;) re: the "...", nothing fancy, I just ended making a couple of http requests for the hitter matchups, and on the last one I replace the same HTML with an extra dot. |
|
|
Suggestion: a hide matchups info feature (change Matchups to Hide Matchups when clicked/and toggle). |
|
|
Nice one. How do you do the completion meter? (the ... that appear while processing) |