17

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.

Journeyman Geek
  • 133,878
Ctroy
  • 761

8 Answers8

7

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
  • 171
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.

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
  • 24,600
  • 29
  • 105
  • 136
1

WARC writers

WARC readers

content extractors

other tools

  • http://proxy-offline-browser.com/ - freeware/commercial. By passing all your web traffic through WebAssistant, you instantly and transparently build a copy of all the pages you visit - so they're yours to surf offline whenever you like. When online the proxy updates your cached web pages and adds new pages automatically.

old

see also

milahu
  • 297
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:

0

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

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
  • 498,455
-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.