<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Uncensor The Internet Plus | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/11035</link>
    <description>Recent comments on userscript: Uncensor The Internet Plus</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by nathaniel_higgins @ Thu, 26 Jun 2008 11:09:41 -0500</title>
      <description>&lt;p&gt;Great script, however I noticed that it doesn't take into account underscores. ( _ )
&lt;br /&gt;sh_t!&lt;/p&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:09:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76011</guid>
      <author>nathaniel_higgins</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by CaCtUs2003 @ Tue, 03 Jun 2008 22:02:21 -0500</title>
      <description>&lt;p&gt;F*ck This F***ing Script!  I f*cking hate this god d@mn sh*t!!!&lt;/p&gt;

&lt;p&gt;Lol, I don't really hate it.  Just testing the script, b*tch! :)&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 22:02:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76012</guid>
      <author>CaCtUs2003</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by bobielawlintine @ Wed, 26 Dec 2007 16:54:52 -0600</title>
      <description>&lt;p&gt;Bug: &quot;motherboards&quot; gets incorrectly changed to &quot;motherfuckds&quot; which itself is spelled wrong.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Dec 2007 16:54:52 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76013</guid>
      <author>bobielawlintine</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor @ Tue, 07 Aug 2007 02:56:43 -0500</title>
      <description>&lt;p&gt;Maybe not as hard as you think, you just need to work on the uncensor() function, pass it the node instead of node.data.
&lt;br /&gt;I may come up with a way to do this myself using W3C methods that I've been reading here...
&lt;br /&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-FF21A306&quot;&gt;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 07 Aug 2007 02:56:43 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76014</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by FinalDoom @ Mon, 06 Aug 2007 20:04:09 -0500</title>
      <description>&lt;p&gt;I don't deserve most of the credit. I just fixed all the regexp stuff and cleaned up the overall functions. The basic structure is mostly the original author's.
&lt;br /&gt;I changed the true false thing, but not the version, since it is so minor. At some point, I'll probably find more to add to it, but I'm busy right now. &lt;/p&gt;

&lt;p&gt;I was going to add custom formatting for the uncensored words, like on my updated linkifier script, but the way the prior author had the script finding and replacing words makes it impossible, and I couldn't figure out how to rewrite it to do what I wanted easily.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Aug 2007 20:04:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76015</guid>
      <author>FinalDoom</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor @ Mon, 06 Aug 2007 19:39:25 -0500</title>
      <description>&lt;p&gt;0/1 is only shorthand for true/false, though I use 0/1 sometimes like in Perl, logic circuits are literally true/false, not numbers and 1 is definitely a number not literally equal to true.
&lt;br /&gt;(pagerization = 1) evaluates to true because it is defined, it could be defined as anything except 0, null undefined or false. The problems happen because 0 is actually a number, but in this script it doesn't matter, except that this script is so perfect otherwise.&lt;/p&gt;

&lt;p&gt;Good job this script is impressive, I didn't even know text nodes had a &quot;data&quot; property, so I learned a few things.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Aug 2007 19:39:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76016</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by FinalDoom @ Mon, 06 Aug 2007 03:07:08 -0500</title>
      <description>&lt;p&gt;Woops. Yeah, I have it as 1 on my box so I must have just forgotten to set it back last time. I figured 0 and 1 make more sense ( that's all boolean true false is essentially ) but true false is probably more correct.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Aug 2007 03:07:08 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76017</guid>
      <author>FinalDoom</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by Descriptor @ Tue, 31 Jul 2007 05:55:47 -0500</title>
      <description>&lt;p&gt;I noticed that
&lt;br /&gt;var pagerization = 1;
&lt;br /&gt;in the script, but you state that it is set to 0.&lt;/p&gt;

&lt;p&gt;Also, it might be better to use true or false since you are checking for boolean and 1 is a number not exclusively true, or I should say the number 0 is not exclusively false.
&lt;br /&gt;Either way, whatever you prefer, I just think true/false makes more sense.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Jul 2007 05:55:47 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76018</guid>
      <author>Descriptor</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by FinalDoom @ Mon, 30 Jul 2007 03:53:57 -0500</title>
      <description>&lt;p&gt;It may be a little slower or a little faster than the original; I'm not sure. I know it does more, and I took out some unneeded parts, but couldn't rewrite the entire function structure. Javascript isn't a language I know really well.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jul 2007 03:53:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76019</guid>
      <author>FinalDoom</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:48 -0600</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>Tue, 16 Nov 2004 19:05:48 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17371:76010</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/17371</link>
    </item>
  </channel>
</rss>
