window.addEventListener("scroll",function(){var h=document.getElementById("h");if(h){h.classList.toggle("sc",window.scrollY>50)}});