Skip to content

Instantly share code, notes, and snippets.

@alobaili
Last active October 27, 2021 15:04
Show Gist options
  • Save alobaili/d698896cdb6fdec4cd30c81dc8dcbeb1 to your computer and use it in GitHub Desktop.
Save alobaili/d698896cdb6fdec4cd30c81dc8dcbeb1 to your computer and use it in GitHub Desktop.
Remove the pause overlay in embedded YouTube players
/* This is a simple style sheet that removes the
pause overlay that shows on embedded YouTube
players. I add this file as a global style sheet in
Safari from Preferences > Advanced > Style sheet
Alternatively, in Chrome, this can be done using
a Chrome Extension called Stylus.
*/
.ytp-pause-overlay {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment