Anna's Archive Wait Skipper (v4.1)

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

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

Avaliação: Ruim - o script não funciona

§
Publicado em: 16/05/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);

Enviar resposta

Entre para publicar uma resposta.

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