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.
Transparent playback controls background by perilstar

Details
Authorperilstar
LicenseNo License
Categorypeacocktv
Created
Updated
Code size623 B
Code checksum82f146d5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}