<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / tag / ladresse</title>
<link>http://netvouz.com/tag/ladresse?feed=rss</link>
<description>Bookmarks tagged with &quot;ladresse&quot; on Netvouz</description>
<item><title>remove Google Search Redirection</title>
<link>http://userscripts.org/scripts/show/57679</link>
<description>// ==UserScript== // @name           Google Search - Remove Redirection // @namespace      http://d.hatena.ne.jp/blooo/ // @include        http://www.google.tld/search?* // @version        2.02 // @description	   Remove annoying redirection from links in Google search // ==/UserScript== handle(document); function handle(doc) {   var links = document.evaluate(&#39;descendant::a&#39;, doc, null, 7, null);   for (var i = 0; i &lt; links.snapshotLength; i++){     links.snapshotItem(i).removeAttribute(&#39;onmousedown&#39;);   } } function registerPageHandler() {   window.AutoPagerize.addFilter(function(pages) {     pages.forEach(function(page) {       handle(page);     });   }); } if (window.AutoPagerize) {   registerPageHandler(); } else {   window.addEventListener(&#39;GM_AutoPager</description>
<category domain="http://netvouz.com/jecogite?category=4620567316925964319">Informatique &gt; Firefox-extentions</category>
<author>jecogite</author>
<pubDate>Mon, 15 Feb 2010 22:26:07 GMT</pubDate>
</item></channel></rss>