<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google click-tracking disabler | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/24399</link>
    <description>Recent comments on userscript: Google click-tracking disabler</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Not working, replied by JoeSimmons</title>
      <description>&lt;p&gt;The script doesn't work. I fixed it though, and optimized it.
&lt;br /&gt;I replaced beginsWith with indexOf, as it's faster and much shorter. I used the pre-defined &lt;code&gt;documents.links&lt;/code&gt; instead of the slower &lt;code&gt;getElementsByTagName&lt;/code&gt;. I also made it run on-load because it needed to be or else it wouldn't run.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;window.addEventListener('load', function(){
Array.forEach(document.links, function(el) {
if((omd=el.getAttribute('onmousedown')) &amp;amp;&amp;amp; omd.indexOf('return rwt(this')==0) el.removeAttribute('onmousedown');
});
}, false);&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 22 May 2009 18:03:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27425:124599</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/124599</link>
    </item>
    <item>
      <title>Include Bug, replied by JoeSimmons</title>
      <description>&lt;p&gt;You can now search from &lt;code&gt;http://www.google.com/webhp?&lt;/code&gt; which isn't in the includes.
&lt;br /&gt;For global google sites, and fully working includes, all you need is &lt;code&gt;http://*.google.*/*q=*&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 22 May 2009 17:51:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27424:124596</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/124596</link>
    </item>
    <item>
      <title>Archived Comments, replied by Donny Viszneki</title>
      <description>&lt;p&gt;Oh, and on some browsers, Gooogle has made it so that when you right click a search result link to copy the URL for a friend or something, it gives you the tracking link instead of the URL you want, for instance, just see where the link below takes you:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.google.com/url?sa=t&amp;amp;ct=res&amp;amp;cd=2&amp;amp;url=http%3A%2F%2Fuserscripts.org%2F&amp;amp;ei=eGbrR6jcMIbOeb73oI4B&amp;amp;usg=AFQjCNGZNqFRI1zm2gSgSMUWJen7IZmwwA&amp;amp;sig2=HHWWeg1TSswlAviWZPMlAw&quot;&gt;http://www.google.com/url?sa=t&amp;amp;ct=res&amp;amp;cd=2&amp;amp;url=...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:19:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9683:17751</guid>
      <author>Donny Viszneki</author>
      <link>http://userscripts.org/posts/17751</link>
    </item>
    <item>
      <title>Archived Comments, replied by Donny Viszneki</title>
      <description>&lt;p&gt;This script can also improve your browsing speed because you no longer have to wait for your browser to &quot;bounce&quot; off of Google's servers before being directed to your final destination.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Mar 2008 09:16:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9683:17752</guid>
      <author>Donny Viszneki</author>
      <link>http://userscripts.org/posts/17752</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:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9683:17750</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/17750</link>
    </item>
  </channel>
</rss>
