Skip to content

Instantly share code, notes, and snippets.

@dguo
Last active November 10, 2017 14:28
Show Gist options
  • Save dguo/4d80ccc430b2e23afc7ab48057b22963 to your computer and use it in GitHub Desktop.
Save dguo/4d80ccc430b2e23afc7ab48057b22963 to your computer and use it in GitHub Desktop.
Load all Stop and Shop digital coupons
// There are hundreds of coupons each week. Load them all just in case.
document.querySelectorAll('.js-load-to-card').forEach(button => button.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment