top of page
bottom of page
document.addEventListener("DOMContentLoaded", () => { setTimeout(() => { const quizButton = document.querySelector("#button65"); if (!quizButton) return; const globalButton = quizButton.cloneNode(true); globalButton.id = "button65-global"; Object.assign(globalButton.style, { position: "fixed", bottom: "40px", right: "40px", zIndex: "99999", width: "auto", height: "auto", }); document.body.appendChild(globalButton); }, 1200); });