Skip to content

Instantly share code, notes, and snippets.

@ideabucket
Forked from tealtan/instructions.md
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideabucket/93d7a046d9a099b3bd40 to your computer and use it in GitHub Desktop.
Save ideabucket/93d7a046d9a099b3bd40 to your computer and use it in GitHub Desktop.
Desuck twitter.com

Custom Twitter Stylesheet

Modified from @tealtan's original for a lighter touch. Doesn't interfere with font faces or hide UI elements, except promoted tweets and trends.

Does equalise all the tweets on your profile page to the same font size and weight.

You can add this CSS in Safari with this extension. The URL to target is twitter.com/*.

Updated 2014-09-27 to undo Twitter's hiding of pic.twitter.com links.

.promoted-tweet,
.wtf-module,
.trends,
.expand-action-wrapper,
.cards-media-container { display: none !important; }
.permalink .cards-media-container, .stream-item.open .cards-media-container { display: block !important; }
.vellip,
.vellip::before,
.vellip::after,
.conversation-module > li::after,
.conversation-module > li::before {
background-color: #eee !important;
}
.conversation-module .conversation-tweet-item .details {
display: none !important;
}
.ProfileTweet .ProfileTweet-text {
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.twitter-timeline-link.u-hiddenVisually { position: static !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment