Skip to content

Instantly share code, notes, and snippets.

@marrub--
Last active August 29, 2015 14:07
Show Gist options
  • Save marrub--/934fe50827b45c3730c6 to your computer and use it in GitHub Desktop.
Save marrub--/934fe50827b45c3730c6 to your computer and use it in GitHub Desktop.
remove useless twitter garbage
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
li.promoted-trend { display: none; }
li.promoted-account { display: none; }
div.promoted-tweet { display: none; }
div.flex-module.trends-container { display: none; }
div.flexmodule.trends { display: none; }
div.module.trends { display: none; }
div.module.roaming-module.wtf-module.js-wtf-module.has-content { display: none; }
div.Footer.module.roaming-module { display: none; }
div.ProfileWTFAndTrends { display: none; }
div.trends-inner { display: none; }
div.flex-module.import-prompt { display: none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment