Skip to content

Instantly share code, notes, and snippets.

@Dan8267
Dan8267 / degoogle.js
Last active November 1, 2020 19:02
Changes Google URLs to regular URLs to avoid tracking and allowing copy and paste.
// ==UserScript==
// @name Degoogle
// @namespace Dan8267
// @description Changes Google URLs to regular URLs to avoid tracking and allowing copy and paste. Also removes annoying box.
// @include http://www.google.com/*
// @include https://www.google.com/*
// @require https://code.jquery.com/jquery-3.1.0.min.js
// @version 2
// @grant none
// ==/UserScript==