Last active
September 10, 2017 02:03
-
-
Save botmtl/2e2f6a2ac76b23fa9c59535923fec6a4 to your computer and use it in GitHub Desktop.
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 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