Skip to content

Instantly share code, notes, and snippets.

@lukevers
Created June 17, 2015 00:38
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 lukevers/fb7a061867ff257d3d2d to your computer and use it in GitHub Desktop.
Save lukevers/fb7a061867ff257d3d2d to your computer and use it in GitHub Desktop.
Add all coupons to your shoprite card on the current page you're on.
$('.coupon-item-button-available').map(function(index, item) {
$(this).click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment