Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

imdb ratings adder.

Adds ratings alongside titles on IMDB search results.

Update Log

Includes changed to accommodate searches such as
  http://www.imdb.com/find?s=all&q=whatever
as well as
  http://www.imdb.com/find?q=whatever

26-August-2007: Thumbnail images no longer also have ratings added in search results.

28-February-2008: Again, thumbnail images no loner have ratings added.

17-August-2008: Ratings now appear on the left of production titles, and people pages added to the include.

18-August-2008: Includes tweaked.

18-September-2008: Fixed for recent IMDB change.

30-September-2008: Tweaking of condition for adding ratings. Should only add them on proper links to titles now.

Screenshot

NB. I'm also using the IMDB torrentspy linker script in the screenshot below.






1 point
login to vote
znerp script's author
Posted Aug 17, 2008

@Guybrush: That would be possible. Just change lines 25 and 26 of my script to the following and this should do the trick...

        if (rating) node.insertBefore(document.createElement("b"),node.getElementsByTagName("a")[node.getElementsByTagName("a").length-1]).innerHTML = "[" + rating[1] + "] ";
              else node.insertBefore(document.createElement("b"),node.getElementsByTagName("a")[node.getElementsByTagName("a").length-1]).innerHTML = "[??/10] ";
EDIT: Ignore what I wrote above, just install the newest version.

1 point
login to vote
Guybrush scriptwright
Posted Aug 17, 2008

Is it possible to place the ratings before the link, not after;
like this;
IMDB: [8.6] http://imdb.com/title/tt*******/

not like this
IMDB: http://imdb.com/title/tt*******/ 8.6/10

1 point
login to vote
znerp script's author
Posted Jul 8, 2008

@janke100: It would be possible to do the same thing for rottentomatoes, but that's not something I'd be interesting in doing. I suggest you post this in the ideas and script requests section of the forum.

1 point
login to vote
janke100 user
Posted Jul 8, 2008

hi! great script! can you do the same thing for rottentomatoes.com ? I would be very grateful :)

1 point
login to vote
fladvad scriptwright
Posted Oct 18, 2007

If you want movie ratings on the actor, director, crew and production company pages you can use my script that adds on Znerps excellent script for search pages.
Check it out on http://userscripts.org/scripts/show/10238

You could comment on this script if you were logged in.