Skip to content

Solid Red YouTube Progress Bar by mason20121981

Details

Authormason20121981

LicenseNo License

CategoryYoutube

Created

Updated

Size955 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the YouTube video progress bar a solid red color with no gradients.

Notes

Userstyle doesn't have notes.

Source code

/* ==U/* ==UserStyle==
@name         Solid Red YouTube Progress Bar
@namespace    youtube.com
@description  Makes the YouTube video progress bar a solid red color with no gradients.
@version      1.0.0
@license      MIT
@preprocessor stylus
==/UserStyle== */

@-moz-document domain("youtube.com") {
    /* Removes gradients and sets a solid red color for the progress bar */
    .ytp-progress-bar-container {
        background: transparent !important;
    }
    .ytp-swatch-background-color {
        background-color: #ff0000 !important; /* Solid red */
        background-image: none !important;
    }
    .ytp-play-progress {
        background-color: #ff0000 !important; /* Solid red for progress */
        background-image: none !important;
    }
    .ytp-load-progress {
        background-color: rgba(255, 255, 255, .3) !important; /* Light red for buffered progress */
        background-image: none !important;
    }
}

Reviews

No reviews yet.