Skip to content

Instantly share code, notes, and snippets.

@mpelzsherman
Last active December 11, 2015 15:49
Show Gist options
  • Save mpelzsherman/4623512 to your computer and use it in GitHub Desktop.
Save mpelzsherman/4623512 to your computer and use it in GitHub Desktop.
A bookmarklet for saving all listings on an AG search results page.
<a href="javascript:$('.icon_favorites .sprite').each(function() { $(this).click(); });">Save all listings</a>
@mpelzsherman
Copy link
Author

To "install":

  1. Download this Gist
  2. Open the file save_all_listings.html in a web browser
  3. Bookmark the "Save all listings" link. In Chrome, drag and drop the link onto your bookmarks folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment