Skip to content

Transparent playback controls background by perilstar

Screenshot of Transparent playback controls background

Details

Authorperilstar

LicenseNo License

Categorypeacocktv

Created

Updated

Size623 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Peacock's controls area is obscured by a dark, very opaque gradient. This makes it transparent (configurable) so you can see scoreboards or other information.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Transparent playback controls background
@namespace      cinderwolf.net
@version        1.1.3
@description    Peacock's controls area is obscured by a dark, very opaque gradient. This makes it more transparent so you can see scoreboards or other information.
@author         Cinder
@var range opacity "Opacity" [87.5, 0, 100, 0.5, "%"]
==/UserStyle== */

@-moz-document url-prefix("https://www.peacocktv.com/watch") {
    .playback-overlay__container:not(.hidden) {
        background:linear-gradient(1turn, rgba(0,0,0,var(--opacity)) 16%,transparent 64%)!important;
    }   
}

Reviews

No reviews yet.