Skip to content

Instantly share code, notes, and snippets.

@romainmenke
Last active December 17, 2022 11:34
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 romainmenke/36ad85eb31ea1c1f69ed8850fc34f203 to your computer and use it in GitHub Desktop.
Save romainmenke/36ad85eb31ea1c1f69ed8850fc34f203 to your computer and use it in GitHub Desktop.
:has([aria-label="Skip to home timeline"]) [data-testid="cellInnerDiv"]:has(h2) {
display: none !important;
}
:has([aria-label="Skip to home timeline"]) [data-testid="cellInnerDiv"]:has(h2) ~ * {
display: none !important;
}
:has([aria-label="Skip to home timeline"]) section:has(> [aria-label="Timeline: Trending now"]) {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment