Created
February 27, 2018 22:04
-
-
Save bazzargh/7fced928736890eef1f4bd302c757878 to your computer and use it in GitHub Desktop.
ublock rules for twitter misfeatures
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
! Block friends favourited tweets | |
twitter.com##.tweet-has-context:not([data-retweeter]) | |
! fake activity | |
twitter.com##li[data-component-context="generic_activity"] | |
! since you were away | |
twitter.com##.TimelineTweetsModule | |
! don't care what's trending | |
twitter.com##.trends.Trends.module | |
! don't care about moments | |
twitter.com##.js-moments-tab.moments > .js-dynamic-tooltip.js-tooltip.js-nav | |
! terrible follow recommendations | |
twitter.com##.ProfileClusterFollow | |
twitter.com##.wtf-module | |
! blah blah whatever | |
twitter.com##.WtfLargeCarouselStreamItem | |
! intrusions | |
twitter.com##.PromptbirdPrompt--inline.PromptbirdPrompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment