Created
August 7, 2020 11:29
-
-
Save smichaelsen/a7cef766fbfeedbae449ad15f5f1de42 to your computer and use it in GitHub Desktop.
F1TV Cinema Mode
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
document.querySelector('#desktop-navigation-header').remove(); | |
document.querySelector('.wXPTD').style.paddingTop = '0'; | |
document.querySelector('._28ubt').style.gridTemplateColumns = 'auto 0'; | |
document.querySelector('._28ubt').style.gridTemplateRows = 'auto 0'; | |
document.querySelector('._28ubt').style.height = '100vh'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment