Last active
February 13, 2017 07:12
-
-
Save J2TEAM/20231074a73bb0eb32f3 to your computer and use it in GitHub Desktop.
Script to download all images on tinypng.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var result = document.querySelector('.results'), | |
| links = result.querySelectorAll('.after > a'), | |
| t = links.length, | |
| output = ''; | |
| for (var i = 0; i < t; i++) { | |
| output += links[i].href + "\n"; | |
| } | |
| copy(output); // This command only work on Chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can we use the same code for downloading way2enjoy.com/compress-png