Hides the dimming gradient when you pause/hover & moves the controls in the middle to the top instead.
Apple TV Hide Gradient, Move Controls by itscsstime
Details
Authoritscsstime
LicenseNo License
Categoryapple
Created
Updated
Size486 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 Apple TV Hide Gradient, Move Controls
@version 20230227.18.06
@namespace apple.com
@description Hides the dimming gradient when you pause/hover & moves the controls in the middle to the top instead.
@author itscsstime
@license No License
==/UserStyle== */
@-moz-document domain("apple.com") {
.scrim__body {
top: 4%;
filter: drop-shadow(0 0 15px black);
}
.video-player__content .gradient {
display: none;
}
}