Hacker News new | ask | show | jobs
by CaptainOfCoit 909 days ago
> I mean, how do I save it locally on one platform and read it on any platform?

Ctrl/Meta/Cmd + S should do the trick, or "File > Save page", and you get a HTML file you can open in any browser. If there is images, they'll most likely be loaded remotely, or worst case not load at all. But the rest of the structure is there.

2 comments

> If there is images, they'll most likely be loaded remotely

Most sites have images as a relative path which won't work with saved html and there is also CSS.

A web page is much more than one file. Also, I'm looking for something with end-user control, where they can save the current document statically and long-term.