Skip to content

Remove Apple TV Gradient by sparanoid

Details

Authorsparanoid

LicenseNo License

Categorytv.apple.com

Created

Updated

Code size351 B

Code checksum8615dbc1

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the gradient layer when video playback is paused

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;
  }
}

Reviews

No reviews yet.