Skip to content

Youtube grayscale all but video itsel by hdyzen

Details

Authorhdyzen

LicenseNo License

Categoryyoutube

Created

Updated

Size642 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Grayscale all but video itsel

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Youtube grayscale all but video itsel when play
@namespace      https://userstyles.world/user/hdyzen
@version        0.3
@description    Grayscale all but video itsel when play
@author         zen
@preprocessor   stylus

@var  number    grayNum    'Grayscale factor'    [0.8, 0, 1, 0.1]
@var  number    satuNum    'Saturate factor'     [0.4, 0, 1, 0.1]
==/UserStyle== */

@-moz-document domain("www.youtube.com") {
	i = !important;
	
    html:has(.playing-mode) :where(img, svg, path, .yt-spec-touch-feedback-shape__fill, .yt-core-attributed-string) {
    	filter: grayscale(grayNum) saturate(satuNum) i;
	}
}

Reviews

No reviews yet.