Ask HN: Best way to save page for offline reading?
What's the best way to save a website page for offline reading and archiving purposes so it can be used several years later? I don't want to rely on a service such as Pocket. A consideration is that sometimes the layout of the page is important so print preview and saving as a pdf is not always optimal.
10 comments
[ 2.4 ms ] story [ 30.3 ms ] threadhttps://pinboard.in/faq/#download_archived
[1]: https://addons.mozilla.org/firefox/addon/mozilla-archive-for...
[2]: https://en.wikipedia.org/wiki/MHTML#Google_Chrome
I also use "too many tabs" add on so that the page content can be read later once added to too many tabs. To save page content I use different archive formats available upon installing "Mozilla Archive Format" Firefox add-on
a lot of web pages nowadays, especially in blogs have so much crap like tracking links and advertising. When I save via #1 or 2, I first go into Firebug and delete DOM elements that clutter up the saved HTML.
If I copy & paste into Word, it copies the markup info like hyperlinks. If I don't want this, I first copy into Notepad, then into Word, to get rid of this.