Skip to content

Instantly share code, notes, and snippets.

@smichaelsen
Created August 7, 2020 11:29
Show Gist options
  • Save smichaelsen/a7cef766fbfeedbae449ad15f5f1de42 to your computer and use it in GitHub Desktop.
Save smichaelsen/a7cef766fbfeedbae449ad15f5f1de42 to your computer and use it in GitHub Desktop.
F1TV Cinema Mode
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