Skip to content

Instantly share code, notes, and snippets.

@tomac4t
tomac4t / remove-google-tracking.user.js
Last active July 29, 2023 03:45 — forked from k-barton/remove-google-tracking.user.js
Greasemonkey user script: Remove Google's link tracking
// ==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 () {