Skip to content

Instantly share code, notes, and snippets.

View nachtien's full-sized avatar
👋

Nick Achtien nachtien

👋
View GitHub Profile
@nachtien
nachtien / chaseoffers.js
Created July 19, 2023 15:57
Javascript to apply all chase offers
/**
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) {