setTimeout(() => { const banner = document.querySelector('[data-testid="mobile-app-banner"]'); if (banner) banner.style.display = 'none'; }, 3000);
top of page
bottom of page