Removes the gradient from the progress bar in the video
youtube.com no gradient on progress bar by iskile
Details
Authoriskile
LicenseNo License
Categoryyoutube.com
Created
Updated
Size427 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.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* yt */
.YtProgressBarLineProgressBarPlayedRefresh,
.ytp-cairo-refresh .ytp-swatch-background-color,
/* yt music */
#primaryProgress.tp-yt-paper-progress
{
background: #f03!important;
}
}