Skip to content

Instantly share code, notes, and snippets.

@danbrianwhite
Created July 21, 2015 20:16
Show Gist options
  • Save danbrianwhite/a7484b799dfe51900d1b to your computer and use it in GitHub Desktop.
Save danbrianwhite/a7484b799dfe51900d1b to your computer and use it in GitHub Desktop.
TinyPNG - download all bookmarklet
/*
TinyPNG - download all bookmarklet
Copyright (c) 2015 Dan White
Licensed under the MIT license.
*/
javascript:(function(){[].forEach.call(document.getElementsByClassName('results')[0].getElementsByTagName('a'), function(e){e.click()});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment