Lunascape Browser
Lunascape is the only web browser in the world with triple engines and triple add-ons. This means it combines the […]
document.addEventListener('scroll', () => {
const header = document.querySelector('.dz-header');
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
Lunascape is the only web browser in the world with triple engines and triple add-ons. This means it combines the […]