Skip to content

Instantly share code, notes, and snippets.

@saadullahsaeed
Created May 21, 2012 03:15
Show Gist options
  • Save saadullahsaeed/2760414 to your computer and use it in GitHub Desktop.
Save saadullahsaeed/2760414 to your computer and use it in GitHub Desktop.
Bookmarklet to Auto-Add all offers / coupons on Safeway site. Just drag it to Bookmark bar.
javascript:var els = Ext.select('a[class=lt-add-offer-link]').elements;for(var i in els){els[i].click()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment