Skip to content

Instantly share code, notes, and snippets.

@maximebories
Last active April 12, 2023 21:35
Show Gist options
  • Save maximebories/a8016d8287e5cd1a9aa523f95874fabe to your computer and use it in GitHub Desktop.
Save maximebories/a8016d8287e5cd1a9aa523f95874fabe to your computer and use it in GitHub Desktop.
Hides YouTube Comments UserStyle
/* ==UserStyle==
@name YT-comments
@description Hides youtube comments
@match https://www.youtube.com/watch?v=*
@run-at document-idle
==/UserStyle== */
ytd-comments {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment