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.






1 point
login to vote
norcimo script's author
Posted Dec 11, 2006

@Aaron. I had a quick go. See http://userscripts.org/scripts/show/6719

1 point
login to vote
Aaron Cooper scriptwright
Posted Dec 11, 2006

Would you be interested in modifying this script to work on releases on MusicBrainz.org?

1 point
login to vote
norcimo script's author
Posted Mar 22, 2006

Rewritten to basically supply more search engines. See here

1 point
login to vote
norcimo script's author
Posted Mar 21, 2006

Updated with Stephen's for links where they shouldn't be and Matt's suggestion for adding Jabber Walker

1 point
login to vote
matt 3 user
Posted Mar 19, 2006

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
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&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");
newLink.appendChild(document.createTextNode("(JaB)"));
container.appendChild(newLink);
return(container);

1 point
login to vote
Stephen Paulger scriptwright
Posted Dec 1, 2005

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)".

1 point
login to vote
Stephen Paulger scriptwright
Posted Sep 7, 2005

I have added to this script. http://userscripts.org/scripts/show/1665 so it uses icons and opens links in new tabs.

1 point
login to vote
Arvid scriptwright
Posted Aug 22, 2005

very good. <3><3>

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