Skip to content

Instantly share code, notes, and snippets.

@cpuuntery
Created July 21, 2021 16:58
Show Gist options
  • Save cpuuntery/0d85943da0e2a67126030ea4ecf068ad to your computer and use it in GitHub Desktop.
Save cpuuntery/0d85943da0e2a67126030ea4ecf068ad to your computer and use it in GitHub Desktop.
let download_all_req = document.querySelectorAll("i[title='Download Rule']")
for ( let i=0; i<download_all_req.length; i++)
{setTimeout(function(){download_all_req[i].click()}, i * 500)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment