Skip to content

Instantly share code, notes, and snippets.

@mattcdowning
Last active November 22, 2020 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattcdowning/5b89418c179d3b8b643358d4d7684856 to your computer and use it in GitHub Desktop.
Save mattcdowning/5b89418c179d3b8b643358d4d7684856 to your computer and use it in GitHub Desktop.
[...document.querySelectorAll('.offer-cta')].forEach(x => {
if (x.textContent.includes('Add to Card')) {
setTimeout(x.click(), 1000)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment