Hacker News new | ask | show | jobs
by rripken 2438 days ago
Uses javascript to find all the page elements with the coupon add button styling attributes and then uses javascript to click each add button.
1 comments

*uses jquery
`$` is a built-in wrapper around `document.querySelector` in many popular browser consoles (along with `$$` for `document.querySelectorAll`).

Though of course if Safeway's website does have a global `$` from jquery then that would take precedence.