<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Delicious.com Thumbs | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/26086</link>
    <description>Recent comments on userscript: Delicious.com Thumbs</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Cissy Shi</title>
      <description>&lt;p&gt;@ Burn&lt;/p&gt;

&lt;p&gt;The thumbnails will only show when you use &quot;Full View&quot;.&lt;/p&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:49:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14666:59495</guid>
      <author>Cissy Shi</author>
      <link>http://userscripts.org/posts/59495</link>
    </item>
    <item>
      <title>Archived Comments, replied by Burn</title>
      <description>&lt;p&gt;@ Cissy Shi&lt;/p&gt;

&lt;p&gt;Your script is not working, I made some changes if you want to update it:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;function init() {
&lt;br /&gt;	if(document.getElementById(&quot;bookmark-list-options&quot;)) {
&lt;br /&gt;		add_style();
&lt;br /&gt;      	var li = document.getElementsByTagName('li'); 
&lt;br /&gt;      	for (var i=0; i&amp;lt;li.length; i++) {
&lt;br /&gt;      		if (/post/.test(li[i].className)) {
&lt;br /&gt;      			add_thumbnail(li[i].getElementsByTagName('h4')[0].childNodes[1]);
&lt;br /&gt;      		}
&lt;br /&gt;      	}
&lt;br /&gt;	}
&lt;br /&gt;}
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:58:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14666:59496</guid>
      <author>Burn</author>
      <link>http://userscripts.org/posts/59496</link>
    </item>
    <item>
      <title>Archived Comments, replied by saji</title>
      <description>&lt;p&gt;&lt;code&gt;overflow: auto&lt;/code&gt; would work better than &lt;code&gt;clear: left&lt;/code&gt; for &lt;code&gt;li.post&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;and making &lt;code&gt;init()&lt;/code&gt; more like this:
&lt;br /&gt;&lt;pre&gt;&lt;code&gt;
add_style();
	var li = document.getElementsByTagName('li'); 
	for (i = 0; i &amp;lt; li.length; i++) {
		if (li[i].className==&quot;post&quot;) {
			add_thumbnail(li[i].getElementsByTagName('h4')[0].childNodes[0]);
		}
	}
&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;prevents from misputting a thumbnail before &quot;Using Firefox?&quot; block for instance&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jul 2008 16:36:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14666:59497</guid>
      <author>saji</author>
      <link>http://userscripts.org/posts/59497</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:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14666:59494</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/59494</link>
    </item>
  </channel>
</rss>
