|
|
|
Show HN: I built a CLI to dump all JavaScript/CSS/assets from any webpage
(github.com)
|
|
1 points
by timf34
177 days ago
|
|
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:) |
|