Removes the weird red-to-pink gradient at the end of a video progress bar.
YouTube Remove Progress Bar Gradient by SapuSeven
Details
AuthorSapuSeven
LicenseWTFPL
Categoryyoutube.com
Created
Updated
Size442 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 Remove Progress Bar Gradient
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes the weird red-to-pink gradient at the end of a video progress bar.
@author SapuSeven
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-play-progress.ytp-swatch-background-color {
background-image: none;
background-color: rgb(255, 0, 51);
}
}