BEH-Clipper is a chrome extension that will clip all the H-E-B coupons on a given page
To install the extension run the command:
npx shadow-cljs release ext
open chrome and load the extension: load the ‘ext’ folder as an “Unpacked Extension” via [[chrome://extensions/][Chrome Extensions]
install modules
npm install
for development with emacs run
M-x cider-jack-in-cljs
then open a browser and navigate to http://localhost:9630/builds If there are multiple builds the port can be incremented. i.g. 9631, 9632…
Note: new manifest updates do not allow for the traditional REPL experience