Hacker News new | ask | show | jobs
by jeofken 547 days ago
In my day browsers could save an archive of a page

Is this still the case?

2 comments

They can but generally that includes any Javascript on the same page which sometimes does funny stuff when you open it up offline or after the remote server goes away.
SingleFile can make a snapshot with just content/styling
It's not perfect, but Edge will let one take a simple full page screenshot with Ctrl+Shift+S. It results in a hefty PNG but at least it's a visual copy of everything which might suffice for a certain set of purposes (e.g. links will be lost, so it's not good for that).

I can still right-click > Save any page as .html, but that doesn't guarantee server streamed stuff, media, images, etc. will be preserved correctly.

Thank you for this! I pressed Ctrl+Shift+S in Firefox just to see if it would work and it has the same functionality.