Guest User

Untitled

a guest
Oct 1st, 2024
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 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