Created
April 30, 2015 10:09
-
-
Save brenes/def02dc1fde2b5ce2e39 to your computer and use it in GitHub Desktop.
Stylish Stylesheet for twitter
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
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("twitter.com") { | |
| # Hiding left sidebar | |
| .dashboard.dashboard-left { | |
| display: none !important; | |
| } | |
| # Wider timeline | |
| #timeline { | |
| width: 100% !important; | |
| } | |
| # Hiding promoted tweets | |
| [data-disclosure-type="promoted"] { | |
| display: none; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment