<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html" />
  <link rel="self" type="application/atom+xml" href="http://www.fibble.org/atom.xml" />
  <id>tag:www.fibble.org,2008://1/tag:www.fibble.org,2006://1.461-</id>
  <updated>2008-11-09T15:06:09Z</updated>
  <title>Comments for How to turn off IntelliTXT ads</title>
  <subtitle>Tell me lies, tell me sweet little lies...</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.21-en</generator>
  <entry>
    <id>tag:www.fibble.org,2006://1.461</id>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.fibble.org/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=461" title="How to turn off IntelliTXT ads" />
    <published>2006-03-23T21:31:10Z</published>
    <updated>2006-07-13T21:09:05Z</updated>
    <title>How to turn off IntelliTXT ads</title>
    <summary>Update #2 I&apos;ve further modified my script to block ads from Kontera as well. Still available here and over at UserScripts. Update: I&apos;ve created a GreaseMonkey script that automates all this. You can find it here or over at userscripts.org....</summary>
    <author>
      <name>Grant Goodale</name>
      <uri>http://www.fibble.org</uri>
    </author>
    
    <category term="GreaseMonkey" />
    
    <category term="Tech" />
    
    <content type="html" xml:lang="en" xml:base="http://www.fibble.org/">
      <![CDATA[<p><b>Update #2</b> I've further modified my script to block ads from Kontera as well.  Still available <a href="http://www.fibble.org/disableIntelliTXT.user.js">here</a> and over at <a href="http://www.userscripts.org/scripts/show/3637">UserScripts</a>.</p>

<p><b>Update:</b> I've created a <a href="http://greasemonkey.mozdev.org">GreaseMonkey</a> script that automates all this.  You can find it <a href="http://www.fibble.org/disableIntelliTXT.user.js">here</a> or over at <a href="http://www.userscripts.org/scripts/show/3637">userscripts.org</a>.  More installation info <a href="/archives/000462.html">here</a>.</p>

<p>You might have noticed a recent trend in web advertising - keyword linking.  Essentially, web sites are contracting a company named <a href="http://www.vibrantmedia.com">Vibrant Media</a> to scan their web pages, find keywords that advertisers have paid for and link them to advertisements that appear when your mouse hovers over the word.  These links are recognizable by the double underline beneath them (and of course, the big ad that pops up when you put your mouse near them).  You can see an example and more information on the technique <a href="http://www.onjava.com/pub/a/onjava/general/intellitxt.html">here</a>.  I'm using this site because they, unlike most other sites using the technology, provide a link to turn them off.</p>

<p>Personally, I see enough advertising in the average day to choke a whole team of horses, so I immediately started looking for a way to turn these ads off.  It would seem that Vibrant Media doesn't provide any sort of general opt-out page.  Meh.  So, time for a bit of sleuthing.  It turns out that disabling IntelliTXT ads for any random site is pretty easy - here's what you do:</p>

<ol>
<li>Find the front page of your favorite IntelliTXT-using site. </li>
<br/><br />
<li>View the source of the front page - the raw html (both <a href="http://www.getfirefox.com">Firefox</a> and IE have ways of doing this).  What you're looking for is a <span class="caps">URL </span>of the form:

<blockquote><p>http://<span style="color:blue"><span class="caps">SITE</span>_NAME</span>.us.intellitxt.com/intellitxt/front.asp?ipid=<span style="color:blue">ID</span></p></blockquote>

Make a note of the text in <span style="color:blue;"><span class="caps">SITE</span>_NAME</span> (likely to be the name of the web site you're viewing) and <span style="color:blue;">ID</span> (likely to be a four-digit number).  You'll need them.</li>
<br/><br />
<li>Now we're going to construct the <span class="caps">URL </span>that turns off IntelliTXT.  It's going to look like this (I've split the <span class="caps">URL </span>across two lines for clarity - be sure and remove the line break and backslash to make this all one line):

<blockquote><p>http://<span style="color:blue"><span class="caps">SITE</span>_NAME</span>.us.intellitxt.com/intellitxt/switch.asp? \<br />
ipid=<span style="color:blue">ID</span>&amp;state=off&amp;url=http://www.<span style="color:blue"><span class="caps">SITE</span>_NAME</span>.com/</p></blockquote>

Copy the values of <span style="color:blue;"><span class="caps">SITE</span>_NAME</span> and <span style="color:blue;">ID</span> into the <span class="caps">URL </span>above, then paste the result into your browser.</li>
<br/><br />
<li>That's it!  You should be redirected to the front page of your chosen site, which should be blissfully free of double underlined words.</li>
</ol>

<p>Now, go try it out on a <a href="http://www.askmen.com">couple</a> of <a href="http://www.mobilewhack.com">sites</a> and let me know how it works for you.</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:774</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c774" />
    <title>Comment from Mel on 2006-03-23</title>
    <author>
        <name>Mel</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>I've never seen that type of advertising before.  It is terribly annonying.  I tried your trick and it worked, but wouldn't it be simpler to just not go near the words in the first place?  I mean, if you don't mouse over them you won't see the ad, right?  Just my two cents.</p>]]>
    </content>
    <published>2006-03-23T23:25:07Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:777</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c777" />
    <title>Comment from Grant on 2006-03-23</title>
    <author>
        <name>Grant</name>
        <uri>http://www.fibble.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fibble.org">
        <![CDATA[<![CDATA[<p>Sure, but given the game of mouse Frogger I have to play on some sites to prevent them from displaying, I'd rather just turn them off.</p>]]>
    </content>
    <published>2006-03-23T23:31:25Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:1676</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c1676" />
    <title>Comment from no on 2006-11-04</title>
    <author>
        <name>no</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>hey i tried it and it didn't work....</p>]]>
    </content>
    <published>2006-11-05T04:38:49Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:2315</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c2315" />
    <title>Comment from A_Pickle on 2006-11-20</title>
    <author>
        <name>A_Pickle</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>Won't this go away once you clear your cookies?</p>]]>
    </content>
    <published>2006-11-20T20:18:13Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:2331</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c2331" />
    <title>Comment from Grant on 2006-11-20</title>
    <author>
        <name>Grant</name>
        <uri>http://www.fibble.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fibble.org">
        <![CDATA[<![CDATA[<p>no - Mind sharing what didn't work? Which page did you visit that still had ads?</p>

<p>A_Pickle - the new version works by modifying the DOM rather than using Vibrant Media's cookie system, which they've stopped honoring anyway.  So clearing cookies shouldn't pose a problem.</p>]]>
    </content>
    <published>2006-11-21T02:37:51Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:14833</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c14833" />
    <title>Comment from Tony on 2007-04-04</title>
    <author>
        <name>Tony</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>Why not just update the hosts file so that intellitxt.com points to 127.0.0.1 ?</p>]]>
    </content>
    <published>2007-04-05T00:53:37Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:14840</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c14840" />
    <title>Comment from Grant on 2007-04-04</title>
    <author>
        <name>Grant</name>
        <uri>http://www.fibble.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fibble.org">
        <![CDATA[<![CDATA[<p>@Tony - well, for one thing Vibrant Media  serves their ads off of many hosts, not just one.  I suppose one could try to keep up as they add new servers, but why bother?</p>

<p>This post is actually quite old - the latest version of DisableTextAds blocks similar ads from multiple ad networks without relying on what host they're served from - no user intervention necessary.  You can read more <a href="http://www.fibble.org/archives/000555.html" rel="nofollow">here</a>.</p>]]>
    </content>
    <published>2007-04-05T01:53:48Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:21863</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c21863" />
    <title>Comment from Headbonk on 2007-06-21</title>
    <author>
        <name>Headbonk</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>This is even easier with Opera's user JS.</p>

<p>You just block any external scripts from those root domains:</p>

<p>window.opera.addEventListener(<br />
    'BeforeExternalScript',<br />
    function (e) { <br />
      // Vibrant Media intelliTXT double underline ads<br />
      else if( e.element.getAttribute('src').match(/intellitxt.com/) ) {<br />
        e.preventDefault();<br />
      }<br />
      // Kontera double underline ads<br />
      else if( e.element.getAttribute('src').match(/kontera.com/) ) {<br />
        e.preventDefault();<br />
      }</p>

<p>    },<br />
    false<br />
);<br />
</p>]]>
    </content>
    <published>2007-06-22T01:44:02Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:63730</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c63730" />
    <title>Comment from wally on 2008-01-23</title>
    <author>
        <name>wally</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>In Internet Explorer, just add the sites to Restricted Zone. Thus, no javacscript, no cookies, etc allowed. Works great and very simple.</p>

<p>IE:Internet Options; Security tab; click Restricted Sites globe; clicks Sites...; <br />
enter sites like this:<br />
b>*.intellitxt.com<br />
*.kontera.com</p>

<p>Thats it. No special scripts, etc.</p>]]>
    </content>
    <published>2008-01-23T19:48:46Z</published>
  </entry>

  <entry>
    <id>tag:www.fibble.org,2006://1.461-comment:63731</id>
    <thr:in-reply-to ref="tag:www.fibble.org,2006://1.461" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html"/>
    <link rel="alternate" type="text/html" href="http://www.fibble.org/archives/2006/03/how-to-turn-off-1.html#c63731" />
    <title>Comment from wally on 2008-01-23</title>
    <author>
        <name>wally</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<![CDATA[<p>above incorrectly has b> in it. All sites should be entered like:<br />
*.domain.xxx</p>

<p>*.intellitxt.com<br />
*.kontera.com</p>]]>
    </content>
    <published>2008-01-23T19:52:45Z</published>
  </entry>

</feed>