<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Last.fm TPB/TR | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1559</link>
    <description>Recent comments on userscript: Last.fm TPB/TR</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by norcimo @ Mon, 11 Dec 2006 08:55:36 -0600</title>
      <description>&lt;p&gt;@Aaron. I had a quick go. See &lt;a href=&quot;http://userscripts.org/scripts/show/6719&quot;&gt;http://userscripts.org/scripts/show/6719&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 11 Dec 2006 08:55:36 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76190</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by Aaron Cooper @ Sun, 10 Dec 2006 20:24:49 -0600</title>
      <description>&lt;p&gt;Would you be interested in modifying this script to work on releases on MusicBrainz.org?&lt;/p&gt;</description>
      <pubDate>Sun, 10 Dec 2006 20:24:49 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76191</guid>
      <author>Aaron Cooper</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Wed, 22 Mar 2006 07:02:48 -0600</title>
      <description>&lt;p&gt;Rewritten to basically supply more search engines. See &lt;a href=&quot;http://userscripts.org/scripts/show/3623&quot;&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 22 Mar 2006 07:02:48 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76192</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by norcimo @ Tue, 21 Mar 2006 07:40:57 -0600</title>
      <description>&lt;p&gt;Updated with Stephen's for links where they shouldn't be and Matt's suggestion for adding Jabber Walker&lt;/p&gt;</description>
      <pubDate>Tue, 21 Mar 2006 07:40:57 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76193</guid>
      <author>norcimo</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by matt 3 @ Sun, 19 Mar 2006 11:16:04 -0600</title>
      <description>&lt;p&gt;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.)&lt;/p&gt;

&lt;p&gt;			// Repeat this for torrent reactor
&lt;br /&gt;			container.appendChild(document.createTextNode(&quot; &quot;));
&lt;br /&gt;			newLink = document.createElement(&quot;a&quot;);
&lt;br /&gt;			newLink.setAttribute(&quot;href&quot;, &quot;http://www.torrentreactor.net/search.php?search=&amp;amp;words=&quot; + movieName + &quot;&amp;amp;cid=6&amp;amp;B1.x=0&amp;amp;B1.y=0&quot;);
&lt;br /&gt;			newLink.appendChild(document.createTextNode(&quot;(TR)&quot;));
&lt;br /&gt;			container.appendChild(newLink);
&lt;br /&gt;                        // Repeat this for Jabber Walker
&lt;br /&gt;                        container.appendChild(document.createTextNode(&quot; &quot;));
&lt;br /&gt;			newLink = document.createElement(&quot;a&quot;);
&lt;br /&gt;			newLink.setAttribute(&quot;href&quot;, &quot;http://jabberwalker.com.ar/search.php?q=&quot; + movieName + &quot;&amp;amp;o%5B0%5D=seeds&amp;amp;o%5B1%5D=desc&amp;amp;o%5B2%5D=1&amp;amp;o%5B3%5D=20&amp;amp;o%5B4%5D=1&amp;amp;o%5B5%5D=1&amp;amp;o%5B6%5D=1&amp;amp;s%5B0%5D=1&amp;amp;s%5B1%5D=1&amp;amp;s%5B2%5D=1&amp;amp;s%5B3%5D=1&amp;amp;s%5B4%5D=1&quot;);
&lt;br /&gt;			newLink.appendChild(document.createTextNode(&quot;(JaB)&quot;));
&lt;br /&gt;			container.appendChild(newLink);
&lt;br /&gt;			return(container);&lt;/p&gt;</description>
      <pubDate>Sun, 19 Mar 2006 11:16:04 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76194</guid>
      <author>matt 3</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by Stephen Paulger @ Thu, 01 Dec 2005 08:21:36 -0600</title>
      <description>&lt;p&gt;I've noticed a few links popping up on last.fm with the &quot;(TPB) (TR)&quot; that shouldn't.&lt;/p&gt;

&lt;p&gt;I rectified this by changing &quot;if (pos &gt;= 0)&quot; to &quot;if (pos == 0)&quot;.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 08:21:36 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76195</guid>
      <author>Stephen Paulger</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by Stephen Paulger @ Wed, 07 Sep 2005 12:59:49 -0500</title>
      <description>&lt;p&gt;I have added to this script. &lt;a href=&quot;http://userscripts.org/scripts/show/1665&quot;&gt;http://userscripts.org/scripts/show/1665&lt;/a&gt; so it uses icons and opens links in new tabs.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Sep 2005 12:59:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76196</guid>
      <author>Stephen Paulger</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arvid @ Mon, 22 Aug 2005 13:03:32 -0500</title>
      <description>&lt;p&gt;very good. &amp;lt;3&gt;&amp;lt;3&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Aug 2005 13:03:32 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76197</guid>
      <author>Arvid</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:48 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:05:48 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17395:76189</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/17395</link>
    </item>
  </channel>
</rss>
