You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
407 B

window.addEventListener('load', function () {
document.querySelectorAll('header#header')[0].remove();
document.getElementById('content').style.paddingTop = '0px';
document.getElementById('controls').style.paddingTop = '0px';
document.getElementById('controls').style.top = '0px';
document.getElementById('app-navigation').remove();
document.getElementById('app-navigation-toggle').remove();
})