Skip to content

Instantly share code, notes, and snippets.

@pendingchaos
Last active November 14, 2017 17:35
Show Gist options
  • Save pendingchaos/53779579721323790792 to your computer and use it in GitHub Desktop.
Save pendingchaos/53779579721323790792 to your computer and use it in GitHub Desktop.
Opinionated Stylish Style for Twitter.
@-moz-document url("https://twitter.com/") {
body {
background-color: #131515;
background: #131515;
}
body:not(.edge-design) {
background-color: #131515 !important;
background: #131515 !important;
}
}
@-moz-document domain("twitter.com") {
.dashboard {
visibility: hidden;
}
.js-moments-tab {
visibility: hidden;
width: 0px;
}
.tweet-user {
visibility: hidden;
}
.timeline-tweet-box {
visibility: hidden;
height: 0px;
}
.Trends--wide {
height: 0px;
}
.trend-item {
height: 0px;
visibility: hidden;
}
.promoted-tweet {
height: 0px;
min-height: 0px;
padding: 0px;
visibility: hidden;
}
.DismissibleModule {
visibility: hidden!important;
height: 0px!important;
margin: 0px!important;
border: 0px!important;
}
.StreamsHero-buttonContainer {
visibility: visible;
}
.StreamsTopBar {
visibility: hidden;
}
.StreamsFooter-item a {
color: #000000;
}
.StreamsFooter-copyright {
color: #000000;
}
/*They usually are not gifs*/
.gif-badge {
visibility: hidden;
}
/* Hide silly DM button below tweets' contents next to the other buttons */
.ProfileTweet-action--dm {
visibility: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment