Simple userstyle to disable gradient progress bar, for a friend :)
YouTube - Disable gradient progress bar by dotvhs
Details
Authordotvhs
LicenseNo License
Categoryyoutube.com
Created
Updated
Size390 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 - Disable gradient progress bar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Simple userstyle to disable gradient progress bar.
@author dot
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch") {
.ytp-cairo-refresh-signature-moments .ytp-play-progress {
background: #f03;
}
}