Removes Google ad links, redirects and exposes "Cached" links.
当前为
// ==UserScript== // @name Direct Google (modified by rickzabel) // @namespace // @version 1.5 // @description Removes Google ad links, redirects and exposes "Cached" links. // @include /^https?\:\/\/(www|news|maps|docs|cse|encrypted)\.google\./ // @author rickzabel // @license GPL version 2 or any later version; http://www.gnu.org/licenses/gpl-2.0.txt // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.js // @grant GM_addStyle // @run-at document-end // ==/UserScript== //A modified version of "direct Google" by zanetu https://greasyfork.org/en/scripts/568-direct-google //I added the ability to convert Google's ad link to normal links, I also change the ad text to 'Normalized by Zabel'