Anna's Archive Auto-Download

Auto-skips cooldown and clicks download on Anna's Archive

< 脚本 Anna's Archive Auto-Download 的反馈

评价:差评 - 脚本失效或无法使用

§
发布于:2025-05-16

Pointless to change the timer to zero. Need it to click Download Now automatically but doesn't even do that. I couldn't get a working script... the following would work if the link wasn't generated by javascript:
setInterval(() => {
const downloadBtn = document.querySelector('a');
if (downloadBtn && downloadBtn.innerText.includes('Download now')) {
downloadBtn.click();
}
}, 10000);

发布留言

登录以发布留言。