Skip to content

Instantly share code, notes, and snippets.

@GwyndolynMarchant
Last active September 12, 2021 07: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 GwyndolynMarchant/6c691c41aa7b5f108a1c91bdea0ec59a to your computer and use it in GitHub Desktop.
Save GwyndolynMarchant/6c691c41aa7b5f108a1c91bdea0ec59a to your computer and use it in GitHub Desktop.
CSS Selectors for Parts of Twitter That I Hate
twitter.com##div[data-testid="sidebarColumn"] > div > div > div > div > div > div:nth-child(3)
twitter.com##div[data-testid="sidebarColumn"] > div > div > div > div > div > div:nth-child(4)
twitter.com##a[href^="/i/lists/"]
twitter.com##div[aria-label^="Timeline"] > div > div > div > div > h2
twitter.com##nav > a[href="/explore"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment