Skip to content

YouTube - Disable gradient progress bar by dotvhs

Screenshot of YouTube - Disable gradient progress bar

Details

Authordotvhs

LicenseNo License

Categoryyoutube.com

Created

Updated

Size390 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple userstyle to disable gradient progress bar, for a friend :)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube - Disable gradient progress bar
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Simple userstyle to disable gradient progress bar.
@author         dot
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch") {
	.ytp-cairo-refresh-signature-moments .ytp-play-progress {
		background: #f03;
	}
}

Reviews

No reviews yet.