This is a script that instantly downloads all images on a page on the Unsplash platform, coded in Javascript.
- Navigate to a page on Unsplash where you want to download all the images from.
- Open your browser console while on that page by pressing
F12
on Google Chrome, orCTRL
+SHIFT
+J
on Firefox. - Copy the script.js and paste into the console.
- Run it by pressing
ENTER
.
- Head to https://unsplash.com/@[username]/likes.
- Keep scrolling to the bottom of the page until all liked images are loaded on the page.
- Run the script to download all liked images.
This script was not made with the intent to flood Unsplash with malicious traffic, but as a utility to make it easier to download multiple images at once from the platform.
When the script is run, all download links on the page will be opened in a new tab.