Created
June 17, 2015 00:38
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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