Future development
|
|
Hey Bearzly, The main comment thread got locked somehow, so I'm creating this thread.
It basically creates a Player object along with the totals array when adding up the stats. Then, wherever the totals array is deemed not to apply, we fall back to the Player object if possible. |
|
|
Whoever runs this site is certainly doing a lot of changing around... Thanks for posting your version of the script. I'll take a look at it and try to incorporate your changes into the main version. Also I think I can take care of the shorthanded problem on my own :p |
|
|
OK this is really starting to annoy me now. Not only are the ESPN box scores incredibly slow, but they also use a different played id system. I'm not exactly sure what I'm going to do now, because there is going to have to be a tradeoff somewhere. |
|
|
I think in the long run this threated feedback will work better. Good to see somethings will be added to the script. H2H would be my most requested addition. |
|
|
Is there any chance that you or someone else could make a script exactly like this but for basketball...also it would be amazing if you could put in the H2H option |
|
|
There 's this for basketball http://userscripts.org/scripts/show/6177 I didn't write it so I won't be working on it if you were looking for something that looks like mine |
|
|
ya ino i use that one now but yours for hockey is alot better so i was just wondering if you or any other users on this site could make one like urs for basketball |
|
|
bearzly, Chis and friends are gonna stick to hockey first and foremost (I hope). I'm sure they're working on a great H2H script. Keep up the good work guys! I always look for the latest on here! |
|
|
I don't know know what's going on, but I cannot download or install the script. Can anyone help me? |
|
|
@Kacz: What sort or error are you getting? @Bearzly: I noticed that Yahoo doesn't have a link for last night's Pit vs. Min game. So the script can't find its gameId. We would have to search an ESPN page by team name to get the gameId in that case. |
|
|
Kacz, this may seem obvious but do you have greasemonkey installed? And yuzisee, Yahoo screwed something up with your system. If you go to a league home page you'll see that that game was being reported as 1227150000 to 1 for pittsburgh. It's happening again today for the washington game but I expect they will fix it quickly. |
|
|
@bearzly + yuzisee I have Greasemonkey 0.8.20080609.0. This is what I'm getting when I try to install it: Script could not be installed [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 244" data: no] |
|
|
Did you try reinstalling Greasemonkey?
|
|
|
I would recommend you uninstall your version, and reinstall from here https://addons.mozilla.org/en-US/firefox/addon/748 Also if you're using firefox 2 that might also be a problem |
|
|
@ Chris and bearzly: Uninstalled and re-installed Greasemonkey from that link and I still get the same error.
|
|
|
Do ANY greasemonkey scripts work for you? Try something else from this site... like a gmail script or something. If not, you may need to reinstall firefox. If they work, then it's something about the hockey script. |
|
|
@ Chris Thanks. I had to uninstall and reinstall Firefox...so much with experimenting on Minefield... |
|
|
I made a quick update to the script which adds autorun (had that sitting around for a while) and now some code to check for updates every day. Since TSN and ESPN were both failures, I'm sticking with yahoo for now until I can think of a better solution. I'm going to work on my H2H implementation and try to work that and SH%/SV% totals into a next big point release. |
|
|
Hey bearzly any estimate on when we can expect the next release? |
|
|
I can't give you an exact time, but once I have everything laid out in my mind it should only take me a couple of hours. I might even do it tomorrow depending on how little I feel like doing homework. |
|
|
So what's the autorun function about? |
|
|
now that the script has the ability to add additional custom stat columns (which i noticed isn't on the features list btw and seems to work fine) is there anyway you could added a fantasy points function, that way people can just add the Fantasy Points Stat if they are in a private points league. it would be very much appreciated i was thinking the member function would look something like the one below, i tried adding it in but don't know enough about java script to get it working properly
thanks for the script bearzly, it helps fuel my fantasy hockey addiction :) |
|
|
Is there a chance you could get this working for FF3 on a Mac? Still only see the big white square where the stats would be |
|
|
@bkbk Well, seeing as I use firefox 3 on a mac myself, I don't know what your problem could be. Can you be more descriptive about what happens with the script e.g. do you get the show stats button, what happens when you click on it etc. @Hockey_Fan I'm really sorry, I forgot all about the fantasy points thing. Once I've done the H2H stuff I will try to find a good way to implement it. There will still be a problem because some stats can't be reported but there's nothing else I can do without finding some better box scores. Also the add stat feature has been there from the beginning but mainly for me to test things, so I didn't think anyone would find it particularly helpful. |
|
|
bearzly, here is another place to check for stats, sportsline. They have faceoffs but don't seem to have the goalie stats on the boxscore. Here are the links to the yahoo and sportsline boxscores http://www.sportsline.com/nhl/gamecenter/boxsco...
The numeric part is the same but instead of a game number, they list the teams playing. Maybe that has some potential. I almost wish my league didn't use faceoffs won because everything else in your script is perfect for me. I really like the autorun feature in the latest release. |