FlyerTalk Forums - View Single Post - Macro to automatically add Amex Offers to cards?
Old Apr 13, 2023 | 5:17 pm
  #4  
nlf
10 Countries Visited
20 Countries Visited
30 Countries Visited
5 Years on Site
 
Join Date: May 2019
Posts: 28
Go to: https://global.americanexpress.com/offers/eligible

Open your browser's dev tools. If you're using Chrome on a Mac hold: option + command + i

Paste this code: `document.querySelectorAll('button.offer-cta').forEach(button => button.click())` and then press enter
nlf is offline