This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove Google's link tracking | |
// @description Removes onmousedown event from external Google links to allow direct links | |
// @namespace https://gist.github.com/k-barton | |
// @include https://www.google.com/search* | |
// @version 0.2.0 | |
// @grant unsafeWindow | |
// @run-at document-end | |
// ==/UserScript== | |
(function () { |