Skip to content

Instantly share code, notes, and snippets.

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 ThatsJustCheesy/1d5fc343538fa82a3dabc20754c166bf to your computer and use it in GitHub Desktop.
Save ThatsJustCheesy/1d5fc343538fa82a3dabc20754c166bf to your computer and use it in GitHub Desktop.
Remove suggestion walls from YouTube embeds and the end of videos
/* ==UserStyle==
@name YouTube No Suggested Videos
@author Ian Gregory (igregory.ca)
@description Fork of https://userstyles.org/styles/101376/disable-youtube-video-wall
@version v1.0.0
@namespace igregory.ca
@license MIT
==/UserStyle== */
@-moz-document regexp(".*")
{
@namespace url(http://www.w3.org/1999/xhtml);
.videowall-endscreen, .ytp-pause-overlay {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment