Anna's Archive Wait Skipper (v4.1)

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

< Anna's Archive Wait Skipper (v4.1)についてのフィードバック

レート:不可 – スクリプトが動かない

§
投稿日: 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);

返信を投稿

返信を投稿するにはログインしてください

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