<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: I can&#8217;t get too ticked at O&#8217;Reilly and IntelliTXT</title>
	<atom:link href="http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Brian Donovan</title>
		<link>http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt/comment-page-1#comment-20323</link>
		<dc:creator>Brian Donovan</dc:creator>
		<pubDate>Sun, 18 Jun 2006 18:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=821#comment-20323</guid>
		<description>&lt;p&gt;I&#039;m subbed to your blog but just came across this entry while searching for other IntelliTXT-cleaning GM scripts to help me decide whether it would be worthwhile to tidy up mine and add it to userscripts.org:&lt;/p&gt;

&lt;p&gt;http://userscripts.com/scripts/show/4250&lt;/p&gt;

&lt;p&gt;The cleaning function in this one is triggered whenever a DOMNodeInserted event fires, so it catches the bogus links immediately after they&#039;re implanted.  At least for me, this means that I never see a singe IntelliTXT link on any afflicted site.&lt;/p&gt;

&lt;p&gt;I tracked down 2 other anti-IntelliTXT user scripts but, while they each work, they both use setTimeout() to trigger their IntelliTXT cleaning functions with the result that you inevitably end up seeing the double-underlined pseudolinks for a moment or two before they&#039;re nuked.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m subbed to your blog but just came across this entry while searching for other IntelliTXT-cleaning GM scripts to help me decide whether it would be worthwhile to tidy up mine and add it to userscripts.org:</p>
<p><a href="http://userscripts.com/scripts/show/4250" rel="nofollow">http://userscripts.com/scripts/show/4250</a></p>
<p>The cleaning function in this one is triggered whenever a DOMNodeInserted event fires, so it catches the bogus links immediately after they&#8217;re implanted.  At least for me, this means that I never see a singe IntelliTXT link on any afflicted site.</p>
<p>I tracked down 2 other anti-IntelliTXT user scripts but, while they each work, they both use setTimeout() to trigger their IntelliTXT cleaning functions with the result that you inevitably end up seeing the double-underlined pseudolinks for a moment or two before they&#8217;re nuked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henning Koch</title>
		<link>http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt/comment-page-1#comment-3561</link>
		<dc:creator>Henning Koch</dc:creator>
		<pubDate>Sun, 15 Jan 2006 15:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=821#comment-3561</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.netalive.org/swsu/archives/2005/03/marketing_for_a_1.html&quot; rel=&quot;nofollow&quot;&gt;Because being fooled by IntelliTXT camouflage makes me want to buy shit every single time.&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.netalive.org/swsu/archives/2005/03/marketing_for_a_1.html" rel="nofollow">Because being fooled by IntelliTXT camouflage makes me want to buy shit every single time.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt/comment-page-1#comment-3525</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 14 Jan 2006 16:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=821#comment-3525</guid>
		<description>&lt;p&gt;Greasemonkey is overkill for something you can block with &lt;a href=&quot;http://kb.mozillazine.org/Security_Policies#Prevent_any_JavaScript_function.2Fmember_from_being_run.2Fread.2Fset&quot; rel=&quot;nofollow&quot;&gt;CAPS&lt;/a&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;user_pref(&quot;capability.policy.default.Window.itxtInited&quot;, &quot;noAccess&quot;);
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Greasemonkey is overkill for something you can block with <a href="http://kb.mozillazine.org/Security_Policies#Prevent_any_JavaScript_function.2Fmember_from_being_run.2Fread.2Fset" rel="nofollow">CAPS</a>:</p>
<pre><code>user_pref("capability.policy.default.Window.itxtInited", "noAccess");
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Clark</title>
		<link>http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt/comment-page-1#comment-3524</link>
		<dc:creator>Jason Clark</dc:creator>
		<pubDate>Sat, 14 Jan 2006 15:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=821#comment-3524</guid>
		<description>&lt;p&gt;Lazyweb has beaten you to the punch.  I use IntelliTXT Disabler, which I found at &lt;a href=&quot;http://userscripts.org/&quot; rel=&quot;nofollow&quot;&gt;userscripts.org&lt;/a&gt;, and which is also available &lt;a href=&quot;http://slashetc.net/code/&quot; rel=&quot;nofollow&quot;&gt;from the author&lt;/a&gt;.  It runs after the page loads, of course, so you see the links appear briefly and then disappear.  I&#039;ve found it quite useful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lazyweb has beaten you to the punch.  I use IntelliTXT Disabler, which I found at <a href="http://userscripts.org/" rel="nofollow">userscripts.org</a>, and which is also available <a href="http://slashetc.net/code/" rel="nofollow">from the author</a>.  It runs after the page loads, of course, so you see the links appear briefly and then disappear.  I&#8217;ve found it quite useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Schwind</title>
		<link>http://decafbad.com/blog/2006/01/13/i-cant-get-too-ticked-at-oreilly-and-intellitxt/comment-page-1#comment-3522</link>
		<dc:creator>Dominik Schwind</dc:creator>
		<pubDate>Sat, 14 Jan 2006 11:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://decafbad.com/blog/?p=821#comment-3522</guid>
		<description>&lt;p&gt;I found this one: http://dev.upian.com/hotlinks/archives/2005/09/29/#item44519 it seems to be working fine.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found this one: <a href="http://dev.upian.com/hotlinks/archives/2005/09/29/#item44519" rel="nofollow">http://dev.upian.com/hotlinks/archives/2005/09/29/#item44519</a> it seems to be working fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
