// ==UserScript== // @name Google Result Links // @description Do not let Google turn links of search results into obfuscated URLs // @version 1.0 // @namespace http://adrian.kousz.ch/ // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js // @match *://www.google.ch/* // @match *://www.google.com/* // @grant none // ==/UserScript== window.setInterval(function(){ rwt = function () { return true } }, 1000)