Disable Google Search Result Redirect

By Adam Szanto Last update Jul 8, 2008 — Installed 503 times. Daily Installs: 8, 1, 7, 2, 0, 0, 1, 6, 1, 2, 0, 0, 10, 5, 1, 2, 0, 1, 3, 2, 2, 0, 0, 1, 1, 1, 1, 0, 0, 3, 0, 3
// ==UserScript==
// @name          Disable Google Search Result Redirect
// @namespace     http://admc.hu/
// @description   undoes the evil google redirect
// @include       http://www.google.*/search*
// @include       http://google.*/search*
// ==/UserScript==

var m=document.getElementsByTagName("body");
m[0].innerHTML=m[0].innerHTML.replace(/return rwt/g, "hógyne");