Helper CSS for userscript: https://greasyfork.org/en/scripts/516862-youtube-permanent-progressbar
Hide Scrubber when not on bar by chromiacat
Details
Authorchromiacat
LicenseGNU General Public License v3.0
Categoryyoutube
Created
Updated
Size255 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 Hide Scrubber when not on bar
@version 20241218.13.42
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-progress-bar-container:not(:hover) .ytp-scrubber-container{
display: none !important
}
}