# Instructions 1. Go to your Shopify `admin/settings/files` page 2. Open your browser Dev tools, go to the console Then, depending on the option you choose: ## Option 1 - Download all the files directly (might crash you browser) 3. Make sure your browser is set to download files automatically and doesn't ask for the download location every time 4. Paste the content of the `console_download_files.js` file, and press enter 5. Your browser will automatically fetch each page and download every file on it. It might ask you to accept "multiple downloads" (Chrome) ## Option 2 - Download a .txt file containing the list of the files to download 3. Paste the content of the `console_download_list.js` file, and press enter 4. Your browser will automatically fetch each page and download the list of all the files on the CDN. You'll then be able to use any file download manager to import the list and safely download everything.