if(location.protocol == 'http:'){ location.protocol = 'https:'; } window.onload = function(){ } document.body.addEventListener('scroll', function(){ console.log(document.documentElement.scrollTop); if(document.documentElement.scrollTop == 0){ document.getElementById('quick').style.display = "none"; } else { document.getElementById('quick').style.display = "block"; } });