Skip to content

Youtube No Magenta by MainIsBored

Screenshot of Youtube No Magenta

Details

AuthorMainIsBored

LicenseNo License

Categoryyoutube.com

Created

Updated

Code size729 B

Code checksumfb954423

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes that ugly Magenta part on the Youtube progress bar.

Notes

no notes

Source code

/* ==UserStyle==
@name         Youtube No Magenta
@description  Removes that ugly Magenta part on the Youtube progress bar.
@version      1.0.0
@author       mainisbored
@namespace    youtube.com
@license      unlicense
@preprocessor stylus

==/UserStyle== */

@-moz-document domain("youtube.com") {
.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;
}
}

Reviews

No reviews yet.