This style aims to make Peacock overlays less obtrusive during video playback.
Based on the Better Peacock Overlays Firefox extension, created this so we can use this in Chromium-based browsers.
Peacock - Improved Overlay by ariackonrel
Details
Authorariackonrel
LicenseNo License
Categorywww.peacocktv.com
Created
Updated
Size731 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name Peacock - Improved Overlay
@version 1.0
@description Improves the video overlay on Peacock, credit to: https://github.com/bakerTX/better-peacock-overlays
@author Jon
@namespace userstyles.world/user/ariackonrel
==/UserStyle== */
@-moz-document domain("peacocktv.com") {
.playback-overlay__container,
.playback-rating-overlay__container,
.playback-header__container {
background: none !important;
}
.playback-header__container,
.playback-overlay__container-upper-controls,
.playback-controls__container {
transform: scale(0.75) !important;
}
.playback-metadata__container-title {
font-size: 2rem !important;
}
.playback-metadata__container {
margin-bottom: 0 !important;
}
}