Various services (such as grocery rewards programs) have an annoying habit of requiring you to log in to their website and "add" a coupon to your account before you can use it. These are just a colleciton of copypastable scripts that you can use to add all the coupons in one go.
- Log in to the program you want to use, navigate to the page to add the various coupons.
- Copy the script for the service you want to use.
- Open your browser's developer console (Firefox:
Ctrl+Shift+K
/Cmd+Shift+K
, Chrome:Control+Shift+J
/Cmd+Option+J
) - Paste the script you copied into the console.
- If you receive errors about pasting scripts, on Firefox type
allow paste
(no need to hit Enter) and try again. - Watch as the script adds all the coupons/items/whatever. :)