window.onload = () => { document.getElementsByTagName("body")[0].style.height = document.body.scrollHeight+"px"; document.getElementsByTagName("body")[0].style.width = document.body.scrollWidth+"px"; }
window.onload = () => { document.getElementsByTagName("body")[0].style.height = document.body.scrollHeight+"px"; document.getElementsByTagName("body")[0].style.width = document.body.scrollWidth+"px"; }