Anna's Archive Wait Skipper (v4.1)

Finds the real download link on the slow download page and bypasses the timer.

< Feedback on Anna's Archive Wait Skipper (v4.1)

Review: Bad - script does not work

§
Posted: 16 Mei 2025

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);

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。