Webflow Hacks

Download All Designer Assets

No items found.
Overview
Webflow Element Hacks
Hidden Default Tab
101
Webflow Utility Hacks
Auto-Login on Password-Protected Page
120
Webflow Editor Hacks
Enhancing Webflow's Editor
Expert
901
Shopify
Shopify Buy Button
Int
901
Webflow Designer Hacks
Download All Designer Assets
Expert
30:00
921
Component Hacks
Components
Expert
941
No items found.

Webflow's Designer does not offer a way to download your site's assets. However with a bit of ingenuity, Chrome DevTools and Chat GPT 4's Code Interpreter, we can make it happen.

Additional Notes

For reference, the URL suffix you're looking to remove is;

-p-130x130q80

If you go the route of scripting the download, you can create a list of all of the download urls in a file, e.g. urls.txt, and then use a script like this with curl.

@echo off

for /F "tokens=*" %%A in (urls.txt) do (

   curl -O %%A

)

Table of Contents
Did we just make your life better?
Passion drives our long hours and late nights supporting the Webflow community. Click the button to show your love.