Last active
November 21, 2022 10:07
-
-
Save Flaxxas/e1fdf8cdff1bd1d956aaabef53c87106 to your computer and use it in GitHub Desktop.
Arc Boost - youtube all black full windowed theatre player
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body, ytd-app, ytd-masthead { | |
--yt-spec-brand-background-solid: black !important; | |
--ytd-searchbox-background: black !important; | |
--yt-spec-base-background: black !important; | |
--yt-spec-raised-background: black !important; | |
--yt-spec-general-background-a: black !important; | |
--yt-spec-general-background-b: black !important; | |
--yt-spec-general-background-c: black !important; | |
--yt-spec-brand-background-primary: black !important; | |
background: black !important; | |
} | |
.html5-video-container { | |
height: 100%; | |
width: 100%; | |
top: 0px; | |
left: 0px; | |
} | |
#player-theater-container:not(:empty) { | |
max-height: none !important; | |
width: 100% !important; | |
height: calc(100vh - 64px) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment