Created
May 22, 2016 16:00
-
-
Save tachyondecay/b111ac55b950cc62a4c1f5800d97a5b9 to your computer and use it in GitHub Desktop.
Stylish sheets
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("twitter.com") { | |
.dashboard-right { | |
visibility: hidden; | |
} | |
.js-moments-tab { | |
visibility: hidden; | |
width: 0px; | |
} | |
/*Does not work completely.*/ | |
.stream-item.separated-module.WtfLargeCarouselStreamItem, | |
.stream-item.separated-module.WtfCompactCarouselStreamItem { | |
visibility: hidden; | |
height: 0px; | |
padding: 0px; | |
border: 0px; | |
margin: 0px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment