<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Mininova Plus | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/5978</link>
    <description>Recent comments on userscript: Mininova Plus</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Add link for detail page, replied by 1nfected @ Thu, 29 Jan 2009 09:22:01 +0000</title>
      <description>&lt;p&gt;Hi Cody.&lt;/p&gt;

&lt;p&gt;Thank you so much for this script. it very handy &amp;amp; works like a charm.&lt;/p&gt;

&lt;p&gt;I was trying to add a link to the detail page for each search result. But the result isn't favourable.
&lt;br /&gt;I'm only able to append it to the end, which looks weird.
&lt;br /&gt;What i'd like to is insert it between the download link &amp;amp; the description link.&lt;/p&gt;

&lt;p&gt;I'm unable to achieve this &amp;amp; have given up after several attempts. I'd be glad if you could help me out here.
&lt;br /&gt;the following is what i have until now.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
var all_pt = document.evaluate(
		&quot;//a[contains(@href,'/get/')]&quot;,
		document,
		null,
		XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
		null);
for (var i = 0; i &amp;lt; all_pt.snapshotLength; i++) {
		var el = all_pt.snapshotItem(i);
		var id = el.href.substr(el.href.lastIndexOf('/')+1);
		var imge = document.createElement('img');
		imge.src = &quot;/images/down.gif&quot;;
		imge.class = &quot;ti&quot;;
		imge.style.float = &quot;left&quot;;
		imge.style.margin = &quot;.3em&quot;;
		var ae = document.createElement('a');
		ae.href = &quot;/det/&quot; + id;
		ae.appendChild(imge);
		el.parentNode.appendChild(ae);
}&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jan 2009 09:22:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20969:92779</guid>
      <author>1nfected</author>
      <link>http://userscripts.org/topics/20969</link>
    </item>
    <item>
      <title>Archived Comments, replied by NoXion @ Sun, 03 Aug 2008 08:25:44 +0000</title>
      <description>&lt;p&gt;Works like a charm!  Good job!&lt;/p&gt;</description>
      <pubDate>Sun, 03 Aug 2008 08:25:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13772:46117</guid>
      <author>NoXion</author>
      <link>http://userscripts.org/topics/13772</link>
    </item>
    <item>
      <title>Archived Comments, replied by dunha99 @ Tue, 26 Feb 2008 02:00:27 +0000</title>
      <description>&lt;p&gt;guys, it's working really nice, the &quot;show/hide zero seeds&quot; is ok, but &quot;show/hide premium&quot; needs a little fix:&lt;/p&gt;

&lt;p&gt;edit your mininovaplus.user.js and just change where is a bar &quot;/&quot;, like:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&quot;//a[@href='/faq/#yourlanguage']&quot;&lt;/code&gt;
&lt;br /&gt;to
&lt;br /&gt;&lt;code&gt;&quot;//a[@href='/faq#yourlanguage']&quot;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;removing the bar, your gm script will work 100% again :D&lt;/p&gt;</description>
      <pubDate>Tue, 26 Feb 2008 02:00:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13772:46118</guid>
      <author>dunha99</author>
      <link>http://userscripts.org/topics/13772</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking @ Mon, 25 Feb 2008 13:11:12 +0000</title>
      <description>&lt;p&gt;Working great here :)&lt;/p&gt;</description>
      <pubDate>Mon, 25 Feb 2008 13:11:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13772:46119</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/topics/13772</link>
    </item>
    <item>
      <title>Archived Comments, replied by bobielawlintine @ Tue, 25 Dec 2007 00:55:53 +0000</title>
      <description>&lt;p&gt;Please note this script stopped working almost entirely since Mininova once again updated their layout just a few days ago.&lt;/p&gt;

&lt;p&gt;Hopefully the author has an update planned (or is already working on one), because this is probably my favourite Greasemonkey script out there!&lt;/p&gt;</description>
      <pubDate>Tue, 25 Dec 2007 00:55:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13772:46120</guid>
      <author>bobielawlintine</author>
      <link>http://userscripts.org/topics/13772</link>
    </item>
    <item>
      <title>Archived Comments, replied by dudul @ Fri, 31 Aug 2007 22:22:47 +0000</title>
      <description>&lt;p&gt;How do I set the &quot;Show/Hide&quot; function to &quot;show&quot; at default?&lt;/p&gt;</description>
      <pubDate>Fri, 31 Aug 2007 22:22:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13772:46121</guid>
      <author>dudul</author>
      <link>http://userscripts.org/topics/13772</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Wed, 17 Nov 2004 01:05:14 +0000</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>Wed, 17 Nov 2004 01:05:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13772:46116</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/13772</link>
    </item>
  </channel>
</rss>
