Skip to content

Instantly share code, notes, and snippets.

@kdankov
Created February 15, 2023 15: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 kdankov/6b4779538615b5963cad443c4e57365e to your computer and use it in GitHub Desktop.
Save kdankov/6b4779538615b5963cad443c4e57365e to your computer and use it in GitHub Desktop.
Hide YouTube shorts from Subscriptions feed
ytd-grid-video-renderer:has(*[overlay-style="SHORTS"]) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment