Skip to content

Instantly share code, notes, and snippets.

@thewisenerd
Last active January 14, 2023 05:56
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 thewisenerd/676a1edce59fe8906560a522d2be1aa2 to your computer and use it in GitHub Desktop.
Save thewisenerd/676a1edce59fe8906560a522d2be1aa2 to your computer and use it in GitHub Desktop.
# remove analytics boxes on every tweet
twitter.com##div:has(> a[href$="/analytics"]):style(display: none !important)
# remove footer
twitter.com##div:has(> nav[aria-label="Footer"][role="navigation"])
# remove relevant people sidebar
twitter.com##div:has(> aside[aria-label="Relevant people"][role="complementary"])
# one-line for-you|following header
twitter.com##div[aria-label="Home timeline"] > div:nth-child(1) > div:nth-child(1):style(flex-direction: row !important; justify-content: space-between; border-bottom: 1px solid rgb(239, 243, 244) !important;)
twitter.com##div[aria-label="Home timeline"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav[role="navigation"]:has-text("For you"):style(border-bottom: none !important;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment