Skip to content

Instantly share code, notes, and snippets.

@stong
Last active November 13, 2024 09:25
Show Gist options
  • Save stong/1aa7883767a5c9a6c7076746b1ede1d0 to your computer and use it in GitHub Desktop.
Save stong/1aa7883767a5c9a6c7076746b1ede1d0 to your computer and use it in GitHub Desktop.
Twitter ublock rules
twitter.com##div[aria-label="Trending"]
twitter.com##aside[aria-label="Who to follow"]
twitter.com##a[aria-label="Search and explore"]
twitter.com##svg[aria-label="Verified account"]
twitter.com##a[aria-label="Communities"]
twitter.com##a[aria-label="Verified Orgs"]
twitter.com##a[aria-label="Jobs"]
twitter.com##a[aria-label="Top Articles"]
twitter.com##a[aria-label^="Notifications"]
twitter.com##a[aria-label="Home"]
twitter.com##a[aria-label="Premium+"]
twitter.com##a[aria-label="Grok"]
x.com##div[aria-label="Trending"]
x.com##aside[aria-label="Who to follow"]
x.com##a[aria-label="Search and explore"]
x.com##svg[aria-label="Verified account"]
x.com##a[aria-label="Communities"]
x.com##a[aria-label="Verified Orgs"]
x.com##a[aria-label="Jobs"]
x.com##a[aria-label="Top Articles"]
x.com##a[aria-label^="Notifications"]
x.com##a[aria-label="Home"]
x.com##a[aria-label="Premium+"]
x.com##a[aria-label="Grok"]
! Uncomment these to hide all verified bages
! twitter.com##[style="height: calc(1.0625em); width: calc(1.0625em);"]
! x.com##[style="height: calc(1.0625em); width: calc(1.0625em);"]
! Uncomment these to block the home timeline, in case you are addicted to scrolling.
! This is a very effective way to treat twitter addiction
!
! twitter.com##div[aria-label="Timeline: Your Home Timeline"]
! x.com##div[aria-label="Timeline: Your Home Timeline"]
@migueldemoura
Copy link

https://twitter.com/ to twitter.com in the last couple of lines?

@noelje
Copy link

noelje commented Sep 24, 2024

copied this and changed to x.com on my end. still works 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment