As title
Youtube disable player gradient transition by nopeless
Details
Authornopeless
LicenseMIT
Categoryyoutube.com
Created
Updated
Size418 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube disable player gradient transition
@namespace nopeless.github
@version 0.1.0
@description Disables youtube gradient
@author nopeless.github.io
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com") {
div.ytp-gradient-bottom {
transition: opacity 0s;
}
.ytp-inline-preview-scrim {
transition: opacity 0s;
}
}