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