Skip to content

Instantly share code, notes, and snippets.

@mcg
Forked from bazzargh/ublock
Created September 13, 2018 17:02
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 mcg/d81da2f90880dfd3eb238709c7f8fbcc to your computer and use it in GitHub Desktop.
Save mcg/d81da2f90880dfd3eb238709c7f8fbcc to your computer and use it in GitHub Desktop.
ublock rules for twitter misfeatures
! 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