Is it possible to save every webpage you visit?

14

8

Is it possible to save everypage you visit in a browser automatically? I do now want to rely on Cache as a huge cache will slow down the browser. A third party software or an add-on will be helpful.

I use Chrome browser, but any other browser which can help me in my requirement is okay.

Ctroy

Posted 2011-02-01T17:08:19.913

Reputation: 701

3Save it for what? Do you actually plan to use the saved pages as an alternative cache or just keep a long history? – P.Brian.Mackey – 2011-02-01T17:09:54.297

I basically work offline some times, and I want to be able to view the saved version of a webpage. – Ctroy – 2011-02-01T17:15:39.667

Is switching browsers an option? Firefox has an offline mode you can manually enable. – Ken – 2011-02-01T17:52:29.553

Do you want to save just the viewed pages or the whole tree? How many levels deep do you want to save? – ngen – 2011-02-01T18:53:48.570

1My approach would be to use some sort of caching proxy that achieves this functionality. Sadly, I know of none that do precisely this and there are limitations (mostly due to HTTPS.) – John Chadwick – 2012-01-21T07:47:50.020

Is it possible to save everypage you visit in a browser automatically? I basically work offline some times, and I want to be able to view the saved version of a webpage. I do now want to rely on Cache.   But you just described a cache. If you download it, then it will be cached. If you downloade everything, then it will be huge. So you want a cache but by a different name? ಠ_ఠ How about simply calling the cache a document store? – Synetech – 2013-11-19T19:16:46.503

Answers

4

For Firefox, there is Auto Save Document addon which can store the currently shown document in a separate directory automatically when browsing a certain site. Unfortunately, it has some limitations. The documents are stored as html-text only (no embedded objects like pictures etc.), and there's 100 pages limit. So I'm not sure if it can meet your needs.

Another Firefox addon is Read It Later. It can save pages to a reading list with just one click. It's not full automatic, so you need to click on the small arrow next to the location bar whenever you want to save a page.

Mehper C. Palavuzlar

Posted 2011-02-01T17:08:19.913

Reputation: 51 093

Auto Save Document sounds interesting. Is there such an addon for Chrome? – Ctroy – 2011-02-02T08:46:05.640

@Ctroy: As I don't use Chrome, I don't have any idea. Sorry. – Mehper C. Palavuzlar – 2011-02-02T08:54:18.287

3

I'm the author of SingleFile. This Web Extension has been rewritten to be compatible with Chrome and Firefox (desktop and mobile). It has an "Auto-save" mode than allows you to save all the pages you visit in the current tab, or all the unpinned tabs, or all the tabs.

You can find more info and download links on the GitHub page: https://github.com/gildas-lormeau/SingleFile.

check_ca

Posted 2011-02-01T17:08:19.913

Reputation: 131

Is it possible to override the defaults using terminal or bash script? I need to enable the "auto save all tabs" mode by default and disable screen overlay while downloading. – Jishan – 2020-01-08T10:37:38.847

No, that's not possible. – check_ca – 2020-01-09T11:38:46.067

3

It is decently involved, as it means setting up some kind of local server, but this page describes, and has the code to create an extension that will do what you want exactly.

You will need a web server that can support PHP (XAMPP or other), and chrome, and it will probably take a little fiddling, but with some work, does what you want, and is very customizable.

soandos

Posted 2011-02-01T17:08:19.913

Reputation: 22 744

https://craiget.com/javascript/automatically-save-html-of-every-page-you-visit Web pages has been re-designed here's the new link. – cybernard – 2018-10-08T22:50:47.463

This was exactly what I was looking for. After some tinkering with the script and the PHP side, it does what I want. Thanks! – None – 2012-01-27T11:47:24.857

0

I have not used it, but I saw this today https://www.hunch.ly/

From the site:

Your Research Sidekick

Inspector Hunchly toils in the background of your web browser to track, analyze and store web pages while you perform online investigations. Forgets nothing, keeps everything.

Edit: Also found:

Aaron Hoffman

Posted 2011-02-01T17:08:19.913

Reputation: 336

Hunch.ly currently costs 100$ Canadian dollars https://www.hunch.ly/hunchlysignup/

– DharmaTurtle – 2016-09-24T23:03:14.673

0

You can use website grabber softwares or browser add-ons. Unless you want this to happen by default for every site you visit.

screwgoth

Posted 2011-02-01T17:08:19.913

Reputation: 1

I want to save every webpage I visit, not manually, but automatically. I know it's kinda crazy, but I need it. :) – Ctroy – 2011-02-01T17:16:07.843

0

For Chrome, you might be able to use the extension Read Later Fast, which adds "Read Later" in the right-click menu to save page or link to the RLF app, then find RLF as a new tab of the browser.

image

harrymc

Posted 2011-02-01T17:08:19.913

Reputation: 306 093

-1

You could print, safe as pdf, or use a browser add on button to do the task. Build an old school file system and keep track of it.

Sam Brewer

Posted 2011-02-01T17:08:19.913

Reputation: 1