Last active
February 10, 2021 20:09
-
-
Save steve10287/fc8644be6992324af2a4e30a9179f9b2 to your computer and use it in GitHub Desktop.
Spotify web player cinema view
This file contains 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
document.body.insertAdjacentHTML('beforeend', '<style>body .VideoPlayer {width: 100vw;height: calc(100vh - 91px);right: 0 !important;bottom: auto;background: #111;z-index: 21;top: 0; padding-top: 8vh; align-items: flex-start;}body .VideoPlayer .VideoPlayer__container, body .VideoPlayer .VideoPlayer__container video {width: 100%; max-width: 1200px;} body .VideoPlayer__overlay {background: none;} </style>') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just paste into the browser console to update the video player styling, helpful when watching JRE :)