Skip to content

YT—Gradients Remover by Desynci

Screenshot of YT—Gradients Remover

Details

AuthorDesynci

LicenseNo License

Categoryyoutube

Created

Updated

Size583 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Returns old, non-gradient colors of YouTube

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YT—Gradients Remover
@namespace      1337
@version        v1
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .ytp-cairo-refresh-signature-moments .ytp-play-progress, 
    .yt-spec-avatar-shape--live-ring::after,
    .yt-page-navigation-progress {
        background: #f03 !important;
    }
    
    .ytd-thumbnail-overlay-resume-playback-renderer,
    .yt-spec-icon-badge-shape__badge {
        background: #c00 !important;
    }
    
    .yt-spec-icon-badge-shape__badge {
        color: #fff !important;
    }
}

Reviews

No reviews yet.