This was one of the first and "native" coupon clickers for BJs. Unfortunately, first doesn't always mean best. It still currently is the only native button clicker, but there are other options that use the API or create a standalone plugin. Just sharing for those who want other alternatives
Original API-Based by raxityo - https://gist.github.com/raxityo/c82abe49b77d5feaeb5cf6b69f0e0d9d Comments: It looks like the API coupon clicking zip code may need to be adjusted (hardcoded), but not sure (`https://api.bjs.com/digital/live/api/v1.0/store/${storeId}/coupons/activate?zip=07302&offerId=${offerId}`,)
This was one of the first and "native" coupon clickers for BJs. Unfortunately, first doesn't always mean best. It still currently is the only native button clicker, but there are other options that use the API or create a standalone plugin. Just sharing for those who want other alternatives
Original API-Based by raxityo
- https://gist.github.com/raxityo/c82abe49b77d5feaeb5cf6b69f0e0d9d
Comments: It looks like the API coupon clicking zip code may need to be adjusted (hardcoded), but not sure (`https://api.bjs.com/digital/live/api/v1.0/store/${storeId}/coupons/activate?zip=07302&offerId=${offerId}`,)
Mozilla Extension by jchrispen with revisions to raxityo's code
- https://addons.mozilla.org/en-US/firefox/addon/bjs-clip-it/
Comments: The zip code in the parameter is still hardcoded