Comments by jk- on scripts
22 comments
|
Comment on: |
Xavier Robin: Try reloading a few times with POST data. It is the invisible server-side delay. edit: may be wrong about javascript needed, it could have just been the delay which made me think this (by the time I temporarilay allowed rapidshare via NoScript the delay might have been gone) . |
|
Comment on: |
It will only alter the StatTracker button on the Team-view pages. I just tested it and I don't see any problem. |
|
Comment on: |
An interim solution that is, until you create an even bigger problem: "the karma system". |
|
Comment on: |
Any community-oriented review system will only be abused in my opinion. The answer seems simple:
If you create a system where a user can have "more weight", those with the fake accounts will simply boost the point total of whichever fake accounts they wish to make into "heavyweights". Every site that institutes a "karma" system, (or a "you'll get a cookie if you wag your tail when I say so" system) has these problems and quite frankly, it's the type of thing that these brainless kids on orkut would probably want. |
|
Comment on: |
Could the haters be sore that Dr. Paul raises 6 million dolla`s in one day, shattering any previous record by any other candidate? |
|
Comment on: |
Good idea Glenn, I'll give it a try. |
|
Comment on: |
cool, those links are a good idea. |
|
Comment on: |
cool, seems to work. There is a "d" character at the end of the script though, looks like a typo? I replaced it with a ";" And I removed the greasemonkey reference from the user agent header... no need for google to know that :) |
|
Comment on: |
Yea, it won't show until the season starts and there are stats to display (it only is created if there is a "Last Week" option already there). |
|
Comment on: |
cool
|
|
Comment on: |
cool, it was a little too small for me unfocused so I doubled the pixel widths and added some css to center it over the green row (it was off-center with 1440 res.). |
|
Comment on: |
hmm, seems to be working for me with and without javascript enabled. Can you post the link that it wasn't working with? I'll check it out. |
|
Comment on: |
Fixed, added "?source" to the request. As for the *.userscripts.org well it's just a habbit. |
|
Comment on: |
the script actually grabs the entire stat row which encompasses the individual TDs (which contain the stat data). I don't know if this will do salary cap but you might want to check it out:
|
|
Comment on: |
It'd be possible to do Loogie but more difficult since you'd be dealing with individual table data values. I don't pay much attention to my salary cap team so I probably won't be making it. It would also be nice to calculate fantasy stats with this script but again it'd be a lot more work. |
|
Comment on: |
this is great.. excellent work. To get it to work only on my team page I removed the (funtion(){CODE_HERE}); that wrapped the script and replaced it with:
|
|
Comment on: |
This works again, no need to block javascript anymore. |
|
Comment on: |
matt: if you replace the 'yspfooter' instances in the last line of code with 'team-nav' that should probably do it. |
|
Comment on: |
javascript must be blocked for turboupload.com for it to work (i.e. with the NoScript extension) |
|
Comment on: |
DavidNYC: Yes the graphic should be displaying on any page with players.. on the league's front page next to the player moves, on your team next to all your players, and on all the pages with player links. It should be just to the right of the player's name before that news link that shows up when a player has news. |
|
Comment on: |
Nice, I've got so many extensions installed that it takes a long time to spawn a window and tabmixplus doesn't open the yahoo player links in a new tab for some reason. I'll definetly be using this from now on. Good work! |
|
Comment on: |
this is rather useful for fantasy players however I just noticed that the altered link adds a ;_ylt= string which, in effect, tracks everyone who uses this script. I'm sure this is inadvertant but anyone who uses this should remove the ;_ylt= and the alphanumeric string that follows... Change
to gameLogLink.setAttribute("href",thisElement.href + "/gamelog") |
