Skip to content

Instantly share code, notes, and snippets.

@steve10287
Last active February 10, 2021 20:09
Show Gist options
  • Save steve10287/fc8644be6992324af2a4e30a9179f9b2 to your computer and use it in GitHub Desktop.
Save steve10287/fc8644be6992324af2a4e30a9179f9b2 to your computer and use it in GitHub Desktop.
Spotify web player cinema view
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>')
@steve10287
Copy link
Author

Just paste into the browser console to update the video player styling, helpful when watching JRE :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment