Skip to content

Instantly share code, notes, and snippets.

View cherian's full-sized avatar

Cherian Thomas cherian

View GitHub Profile
// ==UserScript==
// @name Torrent Linker and Imdb Ratings for Movies in Wikipedia
// @namespace http://gigpeppers.com
// @description Shows torrent links (from Btjunkie.org) and IMDB ratings for a movie listed in Wikipedia. The rating is shown next to the heading in blue color. The torrents are loaded just below the heading. Clicking on the “Torrents” link will open up the top 10 torrents for that movie from btjunkie. Clicking on the “Torrents” heading will collapse the torrents listing.
// @include http*://*.wikipedia.org/wiki/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
// @require http://courses.ischool.berkeley.edu/i290-4/f09/resources/gm_jq_xhr.js
// @require http://buzzy.260mb.com/AutoUpdater.js
// @resource tableCss http://webfx.eae.net/dhtml/sortabletable/css/sortabletable.css
// @version 0.06