Changes the progress bar color back to a solid red
Revert Youtube Red Progress Bar by ReneSays
Details
AuthorReneSays
LicenseNo License
Categoryyoutube.com
Created
Updated
Size233 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/
@version 20241023.22.50
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytp-cairo-refresh-signature-moments .ytp-play-progress {
background: #f03 !important;
}
}