Skip to content

Instantly share code, notes, and snippets.

@jameswang14
Created November 25, 2022 04:40
Show Gist options
  • Save jameswang14/5ba3510ab73ace496b964db9f02cf3cd to your computer and use it in GitHub Desktop.
Save jameswang14/5ba3510ab73ace496b964db9f02cf3cd to your computer and use it in GitHub Desktop.
document.querySelectorAll("[title='Add to Card']").forEach((e, i) => {
setTimeout(() => {e.click()}, i*5000)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment