Skip to content

Instantly share code, notes, and snippets.

@kairusds
kairusds / pimp-yt-player.css
Created December 25, 2023 22:03 — forked from cesalazar/pimp-yt-player.css
Hides some YouTube annoyances, and add some visual tweaking.
/* Rules for Stylus
* https://addons.mozilla.org/en-US/firefox/addon/styl-us/
*/
/* Hide the annoying (i) button on the top-right corner */
.ytp-chrome-top-buttons {
display: none;
}
/* Display the controls and title only on hover */