⏳ Redirecting you to Splentify... hang tight!

window.addEventListener('DOMContentLoaded', function () { // Wait for navigation to fully render setTimeout(function () { const links = document.querySelectorAll('nav a'); links.forEach(link => { if (link.href.includes('/go')) { link.parentElement?.remove(); // remove list item or parent container link.remove(); // fallback } }); }, 300); // wait a bit for nav to load });