Auto-add Offers

 Auto-add AMEX Offers:

javascript:btns=[...document.querySelectorAll('.offer-cta')].filter(b => b.textContent === 'Add to Card');c=()=>{ b = btns.pop(); if (!b) return console.log('added all!'); b.click(); setTimeout(c, Math.random() * 1500 + 300) };c();


Rakuten Auto-link Offers:

javascript:btns=[...document.querySelectorAll('.link-offer')].filter(b => b.textContent === 'Link Offer');c=()=>{ b = btns.pop(); if (!b) return console.log('added all!'); b.click(); setTimeout(c, Math.random() * 1500 + 300) };c();

Comments