Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:(() => { const items = document.querySelectorAll('a'); let delay = 0; for (let index = 0; index < items.length; index++) { const item = items[index]; item.setAttribute('download', item.getAttribute('href')); setTimeout(() => item.click(), delay); delay += 500; } })();
Advertisement
Add Comment
Please, Sign In to add comment