Last active
November 9, 2025 09:54
-
-
Save Gholamrezadar/28a7b0f295b2f0dc6dc876be3c892661 to your computer and use it in GitHub Desktop.
Hide youtube's annoying UI elements
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-bezel-text-hide { | |
| opacity: 0; | |
| } | |
| ytp-progress-bar-container, .ytp-chrome-controls { | |
| opacity: 0.0; | |
| transition: all 0.3s; | |
| } | |
| ytp-progress-bar-container:hover, .ytp-chrome-controls:hover { | |
| opacity: 0.75; | |
| } | |
| .ytp-progress-bar-container { | |
| opacity: 0.0; | |
| transition: all 0.3s; | |
| } | |
| .ytp-progress-bar-container:hover { | |
| opacity: 0.75; | |
| transition: all 0.3s; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use with CSS Inject Extension: https://chromewebstore.google.com/detail/css-inject/faibaacflblbomlgemniiegenfkjhopj