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 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== |