Skip to content

Youtube no-gradient by message

Details

Authormessage

LicenseGPL

Categoryuserstyles

Created

Updated

Size509 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes recent design changes (gradient progress-bars)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube no-gradient
@version      20241019.11.56
@namespace    message
@description  Removes recent design changes (gradient progress-bars)
@author       message
@license      GPL
==/UserStyle== */

@-moz-document domain("youtube.com") {
.ytp-cairo-refresh-signature-moments .ytp-play-progress, 
.YtThumbnailOverlayProgressBarHostWatchedProgressBarSegmentModern {
	background: #f03;
}

ytd-app[darker-dark-theme] .yt-spec-icon-badge-shape__badge {
	color: white !important;
}

}

Reviews

No reviews yet.