Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Last.fm TPB/TR
Shows a link to The Pirate Bay and TorrentReactor
*Superseded* The functionality is incorporated into this script
Based on [another script](http://greasemonkeyed.com/scripts/show/1196), this adds links to last.fm search for torrents on The Pirate Bay and Torrent Reactor. Unlike the original script is does so on all pages, not just the user profile ones.
You could comment on this script if you were logged in.

login to vote
@Aaron. I had a quick go. See http://userscripts.org/scripts/show/6719
login to vote
Would you be interested in modifying this script to work on releases on MusicBrainz.org?
login to vote
Rewritten to basically supply more search engines. See here
login to vote
Updated with Stephen's for links where they shouldn't be and Matt's suggestion for adding Jabber Walker
login to vote
Because the priate bay and torrent reactor, are not the best sites for torrents, i added a link to a search engine called Jabberwalker. You can edit the script and change it in the following way: (i recopied some of the original, so you can see where to put it.)
// Repeat this for torrent reactor amp;o%5B4%5D=1&o%5B5%5D=1&o%5B6%5D=1&s%5B0%5D=1&s%5B1% 5D=1&s%5B2%5D=1&s%5B3%5D=1&s%5B4%5D=1");
container.appendChild(document.createTextNode(" "));
newLink = document.createElement("a");
newLink.setAttribute("href", "http://www.torrentreactor.net/search.php?search=&words=" + movieName + "&cid=6&B1.x=0&B1.y=0");
newLink.appendChild(document.createTextNode("(TR)"));
container.appendChild(newLink);
// Repeat this for Jabber Walker
container.appendChild(document.createTextNode(" "));
newLink = document.createElement("a");
newLink.setAttribute("href", "http://jabberwalker.com.ar/search.php?q=" + movieName + "&o%5B0%5D=seeds&o%5B1%5D=desc&o%5B2%5D=1&o%5B3%5D=20&
newLink.appendChild(document.createTextNode("(JaB)"));
container.appendChild(newLink);
return(container);
login to vote
I've noticed a few links popping up on last.fm with the "(TPB) (TR)" that shouldn't.
I rectified this by changing "if (pos >= 0)" to "if (pos == 0)".
login to vote
I have added to this script. http://userscripts.org/scripts/show/1665 so it uses icons and opens links in new tabs.
login to vote
very good. <3><3>