Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Inline IMDB ratings
Inserts rating values next to all the imdb links that it finds. This is useful on sites such as http://sharethefiles.com where IMDB links are common.

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

login to vote
us.imdb.com links does not show the rating. like "http://us.imdb.com/title/tt*******/" and
akas.imdb.com
@grrzzrr you didnot get the idea. I mean, 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 rating]
login to vote
@Guybrush
just insert [imdb: " + movieInfo.rating + "/10] if you would like that more.
login to vote
Is it possible to add the ratings before the link, not after?
login to vote
This is useful on sites such as http://sharethefiles.com where IMDB links are common. Instead of clicking the link to get to that information, the information is pulled inline next to the link.
The script can easily be extended to provide more information (maybe in a tooltip or floating div). The main trouble is screen scraping that information out of the IMDB page HTML.