Skip to content

Instantly share code, notes, and snippets.

@truist
Created July 20, 2016 17:24
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 truist/8cc8becc24a300d0134128fffacce2dd to your computer and use it in GitHub Desktop.
Save truist/8cc8becc24a300d0134128fffacce2dd to your computer and use it in GitHub Desktop.
CSS for Stylish to block Twitter junk
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