You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to, further download the .html of the page, to download the assets of a given site too? For example: the .png and .jpeg and target it locally instead of targeting the CDN href?
The text was updated successfully, but these errors were encountered:
currently, some saved pages are already exceeding what certain browsers can open, just due to their sheer size (100MB+).
Including more stuff into them is super dangerous. It'll likely be something that will be solved by extending monolith to also be a fully-fledged library (crate), making it possible to archive things recursively (assets, linked pages, other sites, etc). It'll be either this tool, or something that uses monolith as its core, but takes care of saving and serving content the way it happens with HAR files; except it won't be a JSON file, rather a filesystem-based structure, a directory full of .html pages and linked (downloadable) assets. It'll be super cool.
Is it possible to, further download the
.html
of the page, to download the assets of a given site too? For example: the.png
and.jpeg
and target it locally instead of targeting the CDN href?The text was updated successfully, but these errors were encountered: