Habron Shield // Habron Aegis v.2.0
Ready
const params = new URLSearchParams(location.search); const next = params.get('next') || '/'; document.cookie = 'habron_verify=1; Path=/; Max-Age=900; SameSite=Lax'; const button = document.querySelector('[data-next-link]'); if (button) button.href = next;