<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Puretna Show Popular | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/3722</link>
    <description>Recent comments on userscript: Puretna Show Popular</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by jordi2k</title>
      <description>&lt;p&gt;&lt;code&gt;
&lt;br /&gt;(
&lt;br /&gt;   function() {
&lt;br /&gt;   
&lt;br /&gt;	if(document.location.href.indexOf(&quot;browse.php&quot;) &gt;= 0) {
&lt;br /&gt;   		var newCode = &quot;&quot;; // new HTML code for table
&lt;br /&gt;		var threshold = 80; // threshold for seedcount, lower than this will not be showed
&lt;br /&gt;      
&lt;br /&gt;   		var tables = document.getElementsByTagName(&quot;TABLE&quot;);        &lt;/p&gt;

&lt;p&gt;		var row = tables[13].rows; //this table contains the torrentslisting
&lt;br /&gt;		var rowLength = row.length;
&lt;br /&gt;   		
&lt;br /&gt;		newCode+='&lt;table&gt;';
&lt;br /&gt;		newCode+=row[0].innerHTML; // row contains type etc
&lt;br /&gt;		
&lt;br /&gt;		for (var i=1; i&amp;lt; rowLength;i++) {
&lt;br /&gt;			if (row[i].cells.length == 10) {
&lt;br /&gt;//alert (row[i].cells[7].textContent)
&lt;br /&gt;				if (row[i].cells[7].textContent &gt;= threshold) { //cells[7] contains seedcount
&lt;br /&gt;			
&lt;br /&gt;					newCode+='&lt;tr&gt;';
&lt;br /&gt;					newCode+=row[i].innerHTML;
&lt;br /&gt;					newCode+='&lt;/tr&gt;&lt;tr&gt;';
&lt;br /&gt;					newCode+=row[i+1].innerHTML;
&lt;br /&gt;					newCode+='&lt;/tr&gt;';
&lt;br /&gt;				}
&lt;br /&gt;			}
&lt;br /&gt;		}
&lt;br /&gt;		newCode+= '&lt;/table&gt;';
&lt;br /&gt;		tables[13].innerHTML = newCode;
&lt;br /&gt;      	}
&lt;br /&gt;   }
&lt;br /&gt;   )();
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 01 Apr 2008 20:55:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15589:65213</guid>
      <author>jordi2k</author>
      <link>http://userscripts.org/posts/65213</link>
    </item>
    <item>
      <title>Archived Comments, replied by Skorpinox</title>
      <description>&lt;p&gt;Dang it. The last one should be newCode+='&amp;lt; /tr&gt;'; without the space.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Jun 2006 18:31:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15589:65214</guid>
      <author>Skorpinox</author>
      <link>http://userscripts.org/posts/65214</link>
    </item>
    <item>
      <title>Archived Comments, replied by Skorpinox</title>
      <description>&lt;p&gt;Err, it should be newCode+='&amp;lt; tr&gt;'; and newCode+='&amp;lt;/ tr&gt;'; without the spaces of course.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Jun 2006 18:30:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15589:65215</guid>
      <author>Skorpinox</author>
      <link>http://userscripts.org/posts/65215</link>
    </item>
    <item>
      <title>Archived Comments, replied by Skorpinox</title>
      <description>&lt;p&gt;This doesn't work with Firefox. Comparing this to your Empornium script, this one needs innerHTML instead of outerHTML and textContent instead of innerText. Also, it should be table[14] instead of table[13] as it's the fifteenth table in the array. Finally, newCode+='&lt;tr&gt;'; needs to be before newCode+=row[i].innerHTML; and newCode+=row[i+1].innerHTML; and newCode+='&lt;/tr&gt;; needs to be placed after both of them like in your Empornium script.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Jun 2006 18:29:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15589:65216</guid>
      <author>Skorpinox</author>
      <link>http://userscripts.org/posts/65216</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arvid</title>
      <description>&lt;p&gt;I think you and me visit the same torrentsites... damn&lt;/p&gt;</description>
      <pubDate>Thu, 30 Mar 2006 17:49:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15589:65217</guid>
      <author>Arvid</author>
      <link>http://userscripts.org/posts/65217</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</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:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15589:65212</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/65212</link>
    </item>
  </channel>
</rss>
