Neuheiten

Ergebnisse 1 – 9 von 23 werden angezeigt

document.addEventListener("DOMContentLoaded", function() { let attempts = 0; let interval = setInterval(function() { const cookieBtn = document.getElementById("cookie-law-info-again"); if (cookieBtn) { cookieBtn.style.display = "block"; cookieBtn.style.opacity = "1"; cookieBtn.style.pointerEvents = "auto"; cookieBtn.style.visibility = "visible"; cookieBtn.style.bottom = "20px"; cookieBtn.style.left = "20px"; cookieBtn.style.right = "auto"; cookieBtn.style.zIndex = "99999"; clearInterval(interval); } if (++attempts > 5) clearInterval(interval); }, 2000); });