Skip to content

Instantly share code, notes, and snippets.

@Cosmeen
Last active May 14, 2016 05:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cosmeen/c612b7bfaef052b4694c9537b449b3a3 to your computer and use it in GitHub Desktop.
Save Cosmeen/c612b7bfaef052b4694c9537b449b3a3 to your computer and use it in GitHub Desktop.
hide-twitter-bloat.css for Stylish extension
/*
from @rem
https://twitter.com/rem/status/729628084115247104
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
div[data-component-term="user-recommendations"],
div[data-component-term="trends"],
.promoted-tweet,
.promoted-account,
.wtf-module,
.module.trends,
#UnauthCallout,
#ad,
.drip-tab-container,
.siderail-container.siderail-related-tweets-container,
#at-share-dock,
#at4-share,
#at-cv-lightbox,
.wrapper .popup,
.has-takeover,
.future-cookie-bar,
.above-header,
#top .node-type-article iframe,
#taboola-belowarticlethumbnails-mix,
.trc_rbox_container,
.future-inline-cta,
#sihp-lrec.sihp-sidebar-module,
li.js-moments-tab {
display:none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment