You may have noticed the latest Greasemonkey script link on the Price Guide — a script for ESPN leagues.
Here’s what the Player Rater looks like in the FantasyPros911 Experts League, a standard AL-only league:

With both the top fantasy hitter and the most valuable fantasy pitcher on his team, it’s not surprising that Perry Van Hook has a solid grip on 1st place.
You can get dollar values customized for you own league with the Price Guide. From there, you should see links to add the prices to your league homepage (Yahoo, ESPN, CBS, or Allstar Stats).
Related posts:
On the ESPN Greasemonkey script, if I go to a team page and change the view (either change the day or change to last 7 or last 15, etc.), I lose the Price Guide values. It does the same thing on free agents.
@Ron: Yeah, I’ve noticed that, too. CBS and ESPN both try to do fancy stuff to update sections of the page without reloading the entire page, which is the only time the scripts currently run.
I’m still looking for a way to handle this.
On ESPN’s roster page, they have a method called players that handles the Ajax calls they are making. They define a method within that called _complete that fires when the results are returned from their web servers.
I’m not familiar with coding Gresemonkey scripts, but maybe you could hook into/modify that somehow to fire your stuff whenever that is called.
@Rom: That’s basically the idea of what I’m after, although with Greasemonkey you’re going to be hooking an event instead of function call.
I think I actually have it working for everything except CBS’s live scoring page (and you can try out the new scripts from the Price Guide page). I’ll make a post announcing the update once I handle that last page.
I’m getting multiple listings of dollars on the page. I changed my league settings, so I generated a new price and loaded the script again. It’s listing multiple dollar amounts for each player. How do I clear it and start over?
Sean
@Sean: In Firefox, go to Tools -> Greasemonkey -> Manage user scripts. Select the old script (highest on the list) and choose “Uninstall.”