This file contains 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
/** | |
APPLY CHASE BANK CC OFFERS | |
This script helps you apply all the Chase bank credit cards automatically. | |
- Login to Chase and go to https://secure03b.chase.com/web/auth/dashboard#/dashboard/offers/index. | |
- Open 'Inspect Element' | |
- Paste this in the console and hit enter | |
*/ | |
const BUTTON_CLASSNAME = 'iconAddToCard'; | |
const ALREADY_APPLIED_OFFER_CLASSNAME = 'confirmation'; | |
function timeout(ms) { |