Last active
October 27, 2021 15:04
-
-
Save alobaili/d698896cdb6fdec4cd30c81dc8dcbeb1 to your computer and use it in GitHub Desktop.
Remove the pause overlay in embedded YouTube players
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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