<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Joel H | Userscripts.org</title>
    <description>Recent posts on all scripts by Joel H at userscripts.org</description>
    <link>http://userscripts.org/users/24068/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Avindra V.G.</title>
      <description>&lt;p&gt;you should make it &lt;strong&gt;delete the div instead&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// ==UserScript==
// @name           Google Video Cleaner
// @namespace      http://userscripts.org/users/24068
// @description    Formats Google Video to look more like the rest of Google
// @include        http://video.google.com/?*
// @include        http://video.google.com/
// @include        http://video.google.com
// ==/UserScript==

//get all divs
const divs = document.getElementsByTagName('div');

//delete all but the first five
for(var i=4;i&amp;lt;divs.length;i++) divs[i].parentNode.removeChild(divs[i])
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2008 18:58:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12956:39124</guid>
      <author>Avindra V.G.</author>
      <link>http://userscripts.org/posts/39124</link>
    </item>
    <item>
      <title>Archived Comments, replied by prog_head</title>
      <description>&lt;p&gt;hey man thanks so much!&lt;/p&gt;

&lt;p&gt;it's funny... my browser still loads the whole page, then goes and deletes it! haha, lolz...&lt;/p&gt;

&lt;p&gt;great job!&lt;/p&gt;</description>
      <pubDate>Mon, 16 Apr 2007 02:11:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12956:39125</guid>
      <author>prog_head</author>
      <link>http://userscripts.org/posts/39125</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joel H</title>
      <description>&lt;p&gt;That's what I get for using a &quot;code&quot; tag in text...&lt;/p&gt;

&lt;p&gt;On that note, it should be possible to edit posts here, but I don't see how.&lt;/p&gt;

&lt;p&gt;What I meant to say is:&lt;/p&gt;

&lt;p&gt;I have a question for the user base: under what conditions should the code be highlighted? &quot;code&quot; tags and the &quot;pre&quot; setup used by us.o forums are obvious answers, but what other conditions should trigger it? I've been thinking that it should be possible to require a certain number of syntax matches per number of characters in the tags, but that might not work in all cases. I'm open to suggestions on how to approach this problem.&lt;/p&gt;

&lt;p&gt;-Joel&lt;/p&gt;</description>
      <pubDate>Sat, 24 Mar 2007 01:57:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78416</guid>
      <author>Joel H</author>
      <link>http://userscripts.org/posts/78416</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joel H</title>
      <description>&lt;p&gt;I've been working on incorporating the google script into this one; it's a bit of a project, so I'll have to try to take time this weekend to work on it.&lt;/p&gt;

&lt;p&gt;I have a question for the user base: under what conditions should the code be highlighted? &lt;code&gt; tags and the &lt;pre&gt; setup used by us.o forums are obvious answers, but what other conditions should trigger it? I've been thinking that it should be possible to require a certain number of syntax matches per number of characters in the tags, but that might not work in all cases. I'm open to suggestions on how to approach this problem.

-Joel&lt;/pre&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 24 Mar 2007 01:53:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78417</guid>
      <author>Joel H</author>
      <link>http://userscripts.org/posts/78417</link>
    </item>
    <item>
      <title>Archived Comments, replied by masterfuol</title>
      <description>&lt;p&gt;@Junk Blocker&lt;/p&gt;

&lt;p&gt;gm wrapper for google-code-prettify, supports js/css as per the google-code script:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/8065&quot;&gt;http://userscripts.org/scripts/show/8065&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;@Adrian&lt;/p&gt;

&lt;p&gt;I tried adapting my google-code-prettify wrapper for *.js files but ran into a brickwall due to the mimetype being text/plain or text/javascript meaning that firefox doesnt render them as html.  Couldnt find any way around this except for making and extension or hacking greasemonkey.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Mar 2007 17:19:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78418</guid>
      <author>masterfuol</author>
      <link>http://userscripts.org/posts/78418</link>
    </item>
    <item>
      <title>Archived Comments, replied by Junk Blocker</title>
      <description>&lt;p&gt;Just saw this&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://code.google.com/p/google-code-prettify/&quot;&gt;http://code.google.com/p/google-code-prettify/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;which might be relevant.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2007 16:08:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78419</guid>
      <author>Junk Blocker</author>
      <link>http://userscripts.org/posts/78419</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alan K</title>
      <description>&lt;p&gt;very nice, you did what i didnt hav time to do. but it still doesnt work...&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:02:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78420</guid>
      <author>Alan K</author>
      <link>http://userscripts.org/posts/78420</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adrian</title>
      <description>&lt;p&gt;Nice idea. But it would be great if it worked on *.js files, and &lt;a href=&quot;http://userscripts.org/scripts/source/&quot;&gt;http://userscripts.org/scripts/source/&lt;/a&gt;*&lt;/p&gt;</description>
      <pubDate>Wed, 21 Mar 2007 02:32:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78421</guid>
      <author>Adrian</author>
      <link>http://userscripts.org/posts/78421</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N</title>
      <description>&lt;p&gt;Oops, sorry about that. That was test text intended for a local instance of this site. :D&lt;/p&gt;</description>
      <pubDate>Sun, 18 Mar 2007 09:34:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78422</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/posts/78422</link>
    </item>
    <item>
      <title>Archived Comments, replied by Henrik N</title>
      <description>&lt;p&gt;apa
&lt;br /&gt;skapa&lt;/p&gt;

&lt;p&gt;lapa&lt;/p&gt;</description>
      <pubDate>Sun, 18 Mar 2007 09:33:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78423</guid>
      <author>Henrik N</author>
      <link>http://userscripts.org/posts/78423</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:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17831:78415</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/78415</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:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12956:39123</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/39123</link>
    </item>
  </channel>
</rss>
