Last.fm TPB/TR

By norcimo Last update Aug 22, 2005 — Installed 4,330 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 9 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
norcimo Script's Author

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

 
Aaron Cooper Scriptwright

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

 
norcimo Script's Author

Rewritten to basically supply more search engines. See here

 
norcimo Script's Author

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

 
matt 3 User

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);

 
Stephen Paulger Scriptwright

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

 
Stephen Paulger Scriptwright

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

 
Arvid Scriptwright

very good. <3><3>

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel