Created
May 27, 2025 05:10
-
-
Save thefloodshark/53d17693ac85a1e5c358019be3a5bd2b to your computer and use it in GitHub Desktop.
Auto-Add US Bank Credit Card Offers in Cash-Back Portal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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