Closed shin8085 closed 2 years ago
// LiveNotice.js let timer_closing;
// DisableCloseJump.js function initPkg_DisableCloseJump_Timer() { setInterval(() => { let x = document.getElementsByClassName("dy-ModalRadius-close-x"); if (x.length > 0) { clearInterval(timer_closing); x[0].click(); } }, 1000); }
已修复 2022.07.18.01