NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace primordialhelios.bitbucket.io // @name TwitTweak // @description Twitter Tweaks // @author Taylor Hoff // @copyright 2017, Taylor Hoff // @license MIT // @version 0.0.1 // @include https://twitter.com/* // ==/UserScript== // ==OpenUserJS== // @author PrimordialHelios // ==/OpenUserJS== document.getElementsByClassName("Banner Banner--aboveNav Banner--red")[0].style.display='none'; document.getElementsByClassName("topbar-spacer")[0].style.paddingTop="45px";