Torrentz.com is a great site. It is a basically a one stop destination for any torrent search. I personally find it very useful as it automatically syndicate all the torrents from various sites like piratebay, mininova, demonoid etc.
Before downloading any movie from torrent I usually check its rating, synopsis & star cast on IMDB. I find this process very cumbersome and boring to search each movie on IMDB. To ease out this process I searched for a GM Script(GreaseMonkey Script). I found one, but it wasn't perfect so I have modified it. You can find its updated version at IMDB Rating in Torrentz
How to install this
- Install greasemonkey extension for firefox if you have not already done so.
- Go to http://userscripts.org/scripts/show/59570 and click on the “Install this Script” link on the right side
More Information
Don't know what GreaseMonkey is : Read Here
Don't Know how to install GreaseMonkey Addon : Read Here


Nice Work Bhaiyya, I was thinking of such a script which just fetches the IMDB rating of a selected movie name and this one might come in handy . Can we make a bookmarklet for this so that we can do this in any browser, like in Opera ( We just see what’s selected and then open the search page of imdb via JS and scrape the rating using regex ) .
The only problem as I see for making a bookmarklet is : Cross-Domain Ajax request.
Actually for making any search query we’ll have to make Ajax request to different domain (imdb, google) and natively browser doesn’t support them.
In case of Greasemonkey, Scripts are allowed to make crossdomain request. That is why such scripts are feasible easily.
Anyway if someone wants to make such a bookmarklet then, serverside support is also needed. In this case the script will make a JSONP request and do the search… But i think this is too much of effort, its better to have firefox and encourage your users to use the same.