Created
April 17, 2025 12:58
-
-
Save LukeNewNew/dc80b36cd37feb80d2f9b1bec011d9cc to your computer and use it in GitHub Desktop.
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
#ytp-caption-window-container, #ytp-caption-window-container * { | |
user-select: none; | |
pointer-events: none; | |
} | |
.caption-window.ytp-caption-window-bottom { | |
margin-bottom: unset !important; | |
} | |
ytd-app[scrolling] { | |
overflow: hidden !important; | |
} | |
.ytp-fullerscreen-edu-button { | |
display: none !important; | |
} | |
.ytp-player-content .annotation { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment