Skip to content

YouTube Remove Progress Bar Gradient by SapuSeven

Screenshot of YouTube Remove Progress Bar Gradient

Details

AuthorSapuSeven

LicenseWTFPL

Categoryyoutube.com

Created

Updated

Size442 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the weird red-to-pink gradient at the end of a video progress bar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube Remove Progress Bar Gradient
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the weird red-to-pink gradient at the end of a video progress bar.
@author         SapuSeven
==/UserStyle== */

@-moz-document domain("youtube.com") {
	.ytp-play-progress.ytp-swatch-background-color {
		background-image: none;
		background-color: rgb(255, 0, 51);
	}
}

Reviews

No reviews yet.