Created
August 23, 2018 17:12
-
-
Save adamralph/54b2571c3ca13cb1f827175f039aad1f to your computer and use it in GitHub Desktop.
Twitter Home hider
This file contains 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 Twitter Home hider 323465 | |
// @version 1 | |
// @grant none | |
// @include https://twitter.com/* | |
// ==/UserScript== | |
document.getElementById("global-nav-home").style.display = "none"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment