<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Userscripts Top Scripts | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8339</link>
    <description>Recent comments on userscript: Userscripts Top Scripts</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by hitman82 @ Fri, 22 Aug 2008 21:41:48 -0500</title>
      <description>&lt;p&gt;not working&lt;/p&gt;</description>
      <pubDate>Fri, 22 Aug 2008 21:41:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77156</guid>
      <author>hitman82</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by arslan @ Tue, 05 Feb 2008 11:23:17 -0600</title>
      <description>&lt;p&gt;hay m new here&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 11:23:17 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77157</guid>
      <author>arslan</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kashif Ali @ Sun, 23 Dec 2007 17:53:17 -0600</title>
      <description>&lt;p&gt;Hi Friends this is Kashif Ali and im new user so plz tell me how can me use Scrap to all?? im not understand it so whoz help me abt that&lt;/p&gt;</description>
      <pubDate>Sun, 23 Dec 2007 17:53:17 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77158</guid>
      <author>Kashif Ali</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by nimd4 @ Sat, 01 Dec 2007 23:48:27 -0600</title>
      <description>&lt;p&gt;Is it not possible to limit results to English only?&lt;/p&gt;</description>
      <pubDate>Sat, 01 Dec 2007 23:48:27 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77159</guid>
      <author>nimd4</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brad Stewart @ Wed, 28 Nov 2007 13:47:00 -0600</title>
      <description>&lt;p&gt;Thanks Dust, it's fixed now.  This is a bit of a quick, hackish fix, so it still needs to be adjusted some, but at least it works.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Nov 2007 13:47:00 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77161</guid>
      <author>Brad Stewart</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dust @ Wed, 28 Nov 2007 11:05:45 -0600</title>
      <description>&lt;p&gt;Hi, and thanks for the script, I have noted 1 thing, practically i see that the page for the list of the script have changed:&lt;/p&gt;

&lt;p&gt;Before was: &lt;a href=&quot;http://userscripts.org/?page&quot;&gt;http://userscripts.org/?page&lt;/a&gt;=*&lt;/p&gt;

&lt;p&gt;Now is: &lt;a href=&quot;http://userscripts.org/scripts?page&quot;&gt;http://userscripts.org/scripts?page&lt;/a&gt;=*&lt;/p&gt;

&lt;p&gt;Am i wrong with something? &lt;/p&gt;

&lt;p&gt;Thanks in advance and sorry for my bad english.&lt;/p&gt;

&lt;p&gt;Stefano&lt;/p&gt;</description>
      <pubDate>Wed, 28 Nov 2007 11:05:45 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77162</guid>
      <author>Dust</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brad Stewart @ Tue, 27 Nov 2007 23:06:45 -0600</title>
      <description>&lt;p&gt;Yeah, that's because the script hasn't been caching data for long enough yet, it should sort itself out in a few days.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Nov 2007 23:06:45 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77163</guid>
      <author>Brad Stewart</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rudi Pittman @ Mon, 26 Nov 2007 12:14:59 -0600</title>
      <description>&lt;p&gt;I'm clicking on the links at top for New Week Ever etc and nothing changes?&lt;/p&gt;</description>
      <pubDate>Mon, 26 Nov 2007 12:14:59 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77164</guid>
      <author>Rudi Pittman</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by manixrock @ Tue, 25 Sep 2007 15:47:29 -0500</title>
      <description>&lt;p&gt;The script is unworkable for 2 reasons:&lt;/p&gt;

&lt;p&gt;1) The userscripts page has changed a bit, which is easily fixed by changing this line:
&lt;br /&gt;&quot;sibling = rightDiv.getElementsByTagName(&quot;h5&quot;)[1];&quot;
&lt;br /&gt;to this:
&lt;br /&gt;&quot;sibling = rightDiv.getElementsByTagName(&quot;form&quot;)[0];&quot;&lt;/p&gt;

&lt;p&gt;2) This is the main cause, the author's website seems to be down: &lt;a href=&quot;http://brad.bradmont.net/&quot;&gt;http://brad.bradmont.net/&lt;/a&gt; so the script at &lt;a href=&quot;http://brad.bradmont.net/nums.txt&quot;&gt;http://brad.bradmont.net/nums.txt&lt;/a&gt; is returning a 404 response.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Sep 2007 15:47:29 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77165</guid>
      <author>manixrock</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Desi @ Fri, 21 Sep 2007 14:42:14 -0500</title>
      <description>&lt;p&gt;still not working :(&lt;/p&gt;</description>
      <pubDate>Fri, 21 Sep 2007 14:42:14 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77166</guid>
      <author>Desi</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by ZAKhan @ Thu, 06 Sep 2007 04:34:30 -0500</title>
      <description>&lt;p&gt;Any update on this or any related script?&lt;/p&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:34:30 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77167</guid>
      <author>ZAKhan</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by vOidSenses @ Thu, 09 Aug 2007 15:50:32 -0500</title>
      <description>&lt;p&gt;userscripts.org changed some stuff in the main page which the script was dependable on, thats why nothing happens because on failing to have those elements the script fails and stops&lt;/p&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:50:32 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77168</guid>
      <author>vOidSenses</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Rudi Pittman @ Tue, 07 Aug 2007 23:42:24 -0500</title>
      <description>&lt;p&gt;Script is DOA and needs to be updated apparently as it was working and recently stopped.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Aug 2007 23:42:24 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77169</guid>
      <author>Rudi Pittman</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by ZAKhan @ Tue, 07 Aug 2007 12:22:01 -0500</title>
      <description>&lt;p&gt;I installed the script and its not working.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:22:01 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77170</guid>
      <author>ZAKhan</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Teecee @ Thu, 03 May 2007 09:33:31 -0500</title>
      <description>&lt;p&gt;Working now.  Thank you.&lt;/p&gt;</description>
      <pubDate>Thu, 03 May 2007 09:33:31 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77171</guid>
      <author>Teecee</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brad Stewart @ Wed, 02 May 2007 14:47:34 -0500</title>
      <description>&lt;p&gt;Sorry for the downtime, guys...  DNS issues.  It should be back up some time this afternoon.&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2007 14:47:34 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77172</guid>
      <author>Brad Stewart</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp @ Wed, 02 May 2007 09:35:27 -0500</title>
      <description>&lt;p&gt;Unless I'm missing something glaring, this appears to have stopped working for me today too.&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2007 09:35:27 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77173</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Teecee @ Wed, 02 May 2007 08:47:06 -0500</title>
      <description>&lt;p&gt;Is this working for anyone?  I am getting google adds now on the right side.&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2007 08:47:06 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77174</guid>
      <author>Teecee</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hey there stranger @ Mon, 23 Apr 2007 14:06:35 -0500</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I just wanted to say thanks and good job real quick.  When I first tried Greasemonkey a while ago, I actually gave up on it because I couldn't find any good scripts (and really didn't want to write - not to mention debug - everything from scratch). Your script is awesome. Thanks so much.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Apr 2007 14:06:35 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77175</guid>
      <author>Hey there stranger</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by anony @ Mon, 16 Apr 2007 09:06:25 -0500</title>
      <description>&lt;p&gt;I was wondering why the webmaster didn't do that, i guess its because he wanted us to do it :)&lt;/p&gt;

&lt;p&gt;Great feature! :D&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:06:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77176</guid>
      <author>anony</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by dschoon @ Fri, 13 Apr 2007 19:37:42 -0500</title>
      <description>&lt;p&gt;@Brad: Yeah, I totally agree. It'd be so much easier for them to just parse this out of the logs than for you to peck at their connection all day.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Apr 2007 19:37:42 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77177</guid>
      <author>dschoon</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Aleksandar Djuri&#263; @ Thu, 12 Apr 2007 19:18:25 -0500</title>
      <description>&lt;p&gt;Brad, GPL sounds great and thanks for including me in the script credits.&lt;/p&gt;

&lt;p&gt;Looking forward to see &lt;em&gt;Top Scripts&lt;/em&gt; as built in functionality on userscripts.org&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 19:18:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77178</guid>
      <author>Aleksandar Djuri&#263;</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher @ Thu, 12 Apr 2007 18:39:21 -0500</title>
      <description>&lt;p&gt;No problems with me. It's fully your script anyway.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 18:39:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77179</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brad Stewart @ Thu, 12 Apr 2007 17:37:22 -0500</title>
      <description>&lt;p&gt;Hey Aleks and LouCypher, I forgot to put license info in the script before releasing it, and since you guys have contributed to it now, I need your permission to add that -- are you both OK with making it GPL'ed?&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 17:37:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77180</guid>
      <author>Brad Stewart</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brad Stewart @ Thu, 12 Apr 2007 17:32:55 -0500</title>
      <description>&lt;p&gt;Aleks: Thanks for the patches.  I'm away from home until tomorrow night, but I'll check them out when I get back.&lt;/p&gt;

&lt;p&gt;Fedallah: I haven't got anything like that set up right now.  I think it would be cool to do, but I don't really want to create that kind of traffic to my server.  Ideally I think it would best to have that sort of thing built into userscripts.org (actually, ideally, this whole thing would be built into the site...)&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 17:32:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17582:77181</guid>
      <author>Brad Stewart</author>
      <link>http://userscripts.org/topics/17582</link>
    </item>
  </channel>
</rss>
