Created
July 20, 2016 17:24
-
-
Save truist/8cc8becc24a300d0134128fffacce2dd to your computer and use it in GitHub Desktop.
CSS for Stylish to block Twitter junk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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