script. var endLoading = function () { document.body.style.overflow = 'auto'; document.getElementById('loading-box').classList.add("loaded") } window.addEventListener('load',endLoading)