Skip to content

Instantly share code, notes, and snippets.

@fitnr
Forked from tealtan/instructions.md
Created August 28, 2013 21:46
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 fitnr/6371756 to your computer and use it in GitHub Desktop.
Save fitnr/6371756 to your computer and use it in GitHub Desktop.

Custom Twitter Stylesheet

Craig Mod does a bigger overhaul with Twitter for Minimalists, but this will only do the following:

  • Hides promoted tweets and trends
  • Hides the useless “Expand” link that appears under every tweet
  • Tones down the blue conversation line to a barely-visible gray

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

.promoted-tweet,
.wtf-module,
.trends,
.expand-action-wrapper { display: none !important; }
.vellip, .vellip::before, .vellip::after, .conversation-module > li::after, .conversation-module > li::before {
background-color: #eee !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment