Skip to content

Instantly share code, notes, and snippets.

@botmtl
Last active September 10, 2017 02:03
Show Gist options
  • Save botmtl/2e2f6a2ac76b23fa9c59535923fec6a4 to your computer and use it in GitHub Desktop.
Save botmtl/2e2f6a2ac76b23fa9c59535923fec6a4 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Google Search Preference Page Hidden textbox
// @namespace Violentmonkey Scripts
// @match https://www.google.ca/preferences*
// @grant none
// ==/UserScript==
document.getElementsByName('safeui')[0].style="display:block";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment