As the title says.
YouTube with hidden sidebar by KABA
Details
AuthorKABA
LicenseNo License
Categoryyoutube
Created
Updated
Size230 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube with hidden sidebar
@version 20241122.10.58
@namespace ?
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
#secondary {
transition: .2s;
&:not(:hover) { opacity: 0 }
}
}