I wanted a way to download exactly what the browser loads for a webpage (i.e. all JS, CSS, images, fonts, etc.) with the original directory structure preserved (like what you see in DevTools → Network/Sources). Primarily for context/ prompting an LLM for creating similarly designed websites.
Couldn't find a tool, so here it is:)