Remove the gradient layer when video playback is paused
Remove Apple TV Gradient by sparanoid
Details
Authorsparanoid
LicenseNo License
Categorytv.apple.com
Created
Updated
Size351 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 Remove Apple TV Gradient
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove the gradient layer when video playback is paused
@author Sparanoid
==/UserStyle== */
@-moz-document domain("tv.apple.com") {
/* Insert code here... */
.gradient {
display: none;
}
}