Skip to content

Youtube Progress Bar Recolour by Eclipixie

Details

AuthorEclipixie

LicenseMIT

Categoryyoutube.com

Created

Updated

Size496 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Allows the user to change the colour of the Youtube progress bar.

Notes

Change the --col property to set the colour of the Youtube progress bar.

Source code

/* ==UserStyle==
@name         Youtube Progress Bar Recolour
@version      20241020.00.41
@namespace    https://userstyles.world/user/eclipixie
@description  Change the --col property to set the colour of the Youtube progress bar.
@author       eclipixie
@license      MIT
==/UserStyle== */

@-moz-document domain("youtube.com") {
.ytp-play-progress, .ytp-swatch-background-color {
    --col: rgb(255, 0, 0);
    background-color: var(--col) !important;
    background: var(--col) !important;
}
}

Reviews

No reviews yet.