Skip to content

Instantly share code, notes, and snippets.

@adamralph
Created August 23, 2018 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamralph/54b2571c3ca13cb1f827175f039aad1f to your computer and use it in GitHub Desktop.
Save adamralph/54b2571c3ca13cb1f827175f039aad1f to your computer and use it in GitHub Desktop.
Twitter Home hider
// ==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