window.addEventListener("load", () => { // small delay so the widget has time to render setTimeout(() => { const wheel = document.querySelector(".elfsight-app-bd562756-7c91-448e-a9e5-b871499d664e"); if (wheel) { wheel.click(); } }, 1500); // adjust delay if needed });