PubJournal
Xmastodoncyberhelpshop
pubjournal
pubjournal
  • 🌐Steve in Texas
    • Digital Coupon Maxing
    • News and Guidance Show
      • NAG08 - 05.02.25 - News and Guidance | Spotlight: Burlington, VT
      • NAG07 - 04.28.25 | Spotlight: Burlington, VT
      • NAG-SR02 - Key Eras and Art in Islamic Formation
      • NAG06 - April 21th, 2025
      • NAG-SR01 - Good News! A NotebookLM collaboration
      • NAG05 - April 19th, 2025
      • NAG04 - April 18th, 2025
      • NAG03 - April 17th, 2025
      • NAG02 - April 16th, 2025
      • NAG01 - April 15th, 2025
Powered by GitBook
On this page
Edit on GitLab
  1. Steve in Texas

Digital Coupon Maxing

Digital coupons are a pain! JS to the rescue...

Thank you, geeks of Reddit! Here are a couple of 'clip all' bookmarklets I've collected and extended for use on Kroger.com. Similar sites may have buttons that work the same way.

Steps:

Save a bookmarklet in your favorites bar with the below scriptlet as the URL

Navigate to the digital coupons page, set desired filters and scroll to the bottom of the page to load all results.

Use the appropriate bookmarklet to manage items (200 max item limit). Enjoy!

Clip all visible coupons:

javascript:void function(){var a=document.getElementsByClassName("CouponActionButton CouponCard-button");for(i=0;i<a.length;i++)"Clip"==a[i].textContent%26%26a[i].click()}();

Unclip all visible coupons:

javascript:void function(){var a=document.getElementsByClassName("CouponActionButton CouponCard-button");for(i=0;i<a.length;i++)"Unclip"==a[i].textContent%26%26a[i].click()}();

Clip all visible cash back deals:

javascript:void function(){var a=document.getElementsByClassName("CouponActionButton CouponCard-button");for(i=0;i<a.length;i++)"Get Cash Back"==a[i].textContent%26%26a[i].click()}();

Remove all visible cash back deals:

javascript:void function(){var a=document.getElementsByClassName("CouponActionButton CouponCard-button");for(i=0;i<a.length;i++)"Remove"==a[i].textContent%26%26a[i].click()}();
PreviousSteve in TexasNextNews and Guidance Show

Last updated 1 year ago

🌐