hides progress bar youtube
? - Jul 2024 by copest
Details
Authorcopest
LicenseNo License
Categoryuserstyles
Created
Updated
Size252 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 ? - Jul 2024
@version 20240706.00.47
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("www.youtube.com/watch?") {
/* Hide duration bar when video is paused */
.ytp-chrome-bottom {
opacity: 0 !important;
}
}