1235 shaares
kage (影, "shadow") clones a website into a folder you can browse offline, with every script stripped out. It opens each page in real headless Chrome, waits for the page to settle, snapshots the DOM a human would have seen, then deletes all the JavaScript and pulls the CSS, images, and fonts down to local paths. What lands on disk looks like the live site and runs no code.
See also:
- https://github.com/gildas-lormeau/single-file-cli CLI tool for saving a faithful copy of a complete web page in a single HTML file (based on SingleFile)