Hides the overlay background when player is paused or subtitles are chosen (aka rids of the black gradient when the progress bar and buttons are visible)
Skyshowtime overlaygone by chinese-soup
Details
Authorchinese-soup
LicenseNo License
Categoryskyshowtime
Created
Updated
Size862 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 Skyshowtime overlaygone
@version 20230417.19.17
@namespace userstyles.world/user/chinese-soup
@description Hides the overlay background when player is paused or subtitles are chosen (aka rids of the black gradient when the progress bar and buttons are visible)
@author chinese-soup
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://www.skyshowtime.com/watch/playback/vod"), domain("www.skyshowtime.com") {
.playback-overlay__container.clip, .playback-overlay__container.live, .playback-overlay__container.preview, .playback-overlay__container.singleliveevent, .playback-overlay__container.vod {
background: none !important;
}
.video-player__subtitles__line {
color: rgb(255, 255, 255);
font-size: 3rem;
-webkit-text-stroke: thin black;
text-transform: capitalize;
}
}