// ==UserScript== // @name Remove Google Results Redirect // @namespace Smiths // @description 9 lines of code to remove all link redirection on Google Search Results. Prevents tracking and helps load times! // @include http://google.*/search* // @include https://google.*/search* // @include http://www.google.*/search* // @include https://www.google.*/search* // @include http://www.google.*/webhp* // @include https://www.google.*/webhp* // @grant unsafeWindow // @version 2.0 // @downloadURL https://update.greasyfork.icu/scripts/5357/Remove%20Google%20Results%20Redirect.user.js // @updateURL https://update.greasyfork.icu/scripts/5357/Remove%20Google%20Results%20Redirect.meta.js // ==/UserScript== if(unsafeWindow.top == unsafeWindow.self){ document.addEventListener('DOMNodeInserted',function(e){ window.setTimeout(function(){ var rl = document.querySelectorAll('a[onmousedown*="return rwt"]'); for (var l=0;l