Skip to content

Instantly share code, notes, and snippets.

@tachyondecay
Created May 22, 2016 16:00
Show Gist options
  • Save tachyondecay/b111ac55b950cc62a4c1f5800d97a5b9 to your computer and use it in GitHub Desktop.
Save tachyondecay/b111ac55b950cc62a4c1f5800d97a5b9 to your computer and use it in GitHub Desktop.
Stylish sheets
@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