Amex Offers – How to add all offers with one command
It’s annoying having to add each offer one by one from American Express.
This javascript command will let you automatically add all the offers!
- Run Chrome
- Visit the Amex Offer Page
- Open the Chrome Console
Windows – Shift + CTRL + J
Mac OS – Option + ⌘ + J - This is the command you want to enter
var offerButtons = Array.from(document.getElementsByClassName("offer-cta axp-offers__global__merchantOfferCta___qKBIE css-261oxr")).filter(btn => btn.title == "Add to Card");
var index;
for (index = 0; index < offerButtons.length; ++index) {
console.log("Clicking offer button");
offerButtons[index].click();
// Wait 2seconds to be nice to AMEX servers :)
await new Promise(r => setTimeout(r, 2000));
}
5. Now you just wait for all the offers to be added!
Related posts:
Rates Still Rising. More Layoffs. Homes Are Sitting on the Market Longer
How I Replaced My GoPro for Free with the GoPro Subscription
Housing Bubble Collapse 2023. Prices Are Coming Down
The Ugly Truth About Hotels.com's Pricematch Price Guarantee Scam
eBay sent me an IRS Form 1099-K by mistake?
How Samsung tricks their customers on trade-in value
How to add ALL offers from Chase with one command
Help! Starbucks reward star points expired before the expiration date