Batch Download Using Javascript
by Jerad Rutnam -
So here is the requirement, just think you have a website with an image album and you want to extract all the images at once. Right now you have to go through each image thumbnail and click to open the original size image and then you have to manually save each image one by one.
So here is an quick way to overcome this using Chrome developer tools console.
Note:- This might not work for some websites where it has protected images
Below is a sample code for websites which use jquery. But we can use the same logic and write a raw javascript script.