Skip to content

Instantly share code, notes, and snippets.

@thefloodshark
Created May 27, 2025 05:10
Show Gist options
  • Save thefloodshark/53d17693ac85a1e5c358019be3a5bd2b to your computer and use it in GitHub Desktop.
Save thefloodshark/53d17693ac85a1e5c358019be3a5bd2b to your computer and use it in GitHub Desktop.
Auto-Add US Bank Credit Card Offers in Cash-Back Portal
// run in the console at https://onlinebanking.usbank.com/digital/servicing/dominjection/standalonedist?client=cardlytics_offer_hub (or the US Bank cash-back deals hub if link changes)
// can also run directly in Tampermonkey/Greasemonkey
// this script auto adds all of the available US Bank credit card offers on the page simulatenously and instantly
// this clicks each offer card's offer/accept button, though the specific selector may be subject to change
document.querySelectorAll("div.cdlx-rs-offer-info > div > span").forEach(element => element.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment