prevent the pinks color gradient bar that makes it look as if the last part of the video had not yet been seen.
youtube.com red progress bar by wilberth
Details
Authorwilberth
LicenseNo License
Categoryyoutube.com
Created
Updated
Size571 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 red progress bar
@version 20241028.12.43
@namespace ?
==/UserStyle== */
@-moz-document regexp(".*") {
.html5-play-progress, .ytp-play-progress {
background: #FF0000 !important;
}
div.ytp-scrubber-button.ytp-swatch-background-color {
background: #FF0000 !important;
}
div.YtProgressBarLineProgressBarPlayed.YtProgressBarLineProgressBarPlayedRefresh {
background: #FF0000 !important;
}
div.style-scope.ytd-thumbnail-overlay-resume-playback-renderer {
background: #FF0000 !important;
}
}