Is there a way (e.g. an extension) to avoid Google Chrome from saving a specific site to the History?

6

2

I use to visit erotic websites, and I would like those websites to not be logged to the browser's history (so I don't have to always removing them manually), is there a way?

I believe I can just turn off the whole browser history. But is there a way to turn it off just for some websites?

Tom Brito

Posted 2011-11-01T22:25:40.390

Reputation: 367

It might be possible to write a Chrome extension that would periodically remove web pages from specific domains. That would require some knowledge of Javascript, of course. – Anderson Green – 2012-09-25T03:37:42.533

Answers

6

Google Chrome has an incognito mode, which means none of the history or activity is saved for a tab:

  • Webpages that you open and files downloaded while you are incognito aren't recorded in your browsing and download histories.
  • All new cookies are deleted after you close all incognito windows that you've opened.
  • Changes made to your Google Chrome bookmarks and general settings while in incognito mode are always saved.

You can read more about this at the support page: Incognito mode (browse in private)

Start an Incognito Tab:

To start an incognito tab either use Control + Shift + N, or click the spanner icon and select New Incognito Tab.

Paul

Posted 2011-11-01T22:25:40.390

Reputation: 52 173

3

To build on Paul's answer, if you want to enter incognito mode by default and you're using Windows, you can modify your Chrome shortcut's target adding --incognito.

For example:

C:\<your path>\Google\Chrome\Application\chrome.exe --incognito

Just update <your path> with wherever Chrome is installed locally and You'll be incognito whenever you start up your Chrome browser with the modified shortcut.


Manually cear History:

As a follow-on, you can also manually clear Chrome's history with any of the following options:

  • Hitting CTL + Shift + Del

  • Click the Chrome menu on the browser toolbar:

    1. Select "Tools".
    2. Select "Clear browsing data".
    3. In the dialog that appears, select the "Clear browsing history" checkbox.
    4. Use the menu at the top to select the amount of data you want to delete.
    5. Click the button "Clear browsing data".

You can read more about this at the support page: Delete your browsing history

JW8

Posted 2011-11-01T22:25:40.390

Reputation: 1 162

3

There is a Google Chrome extension called History Site Blocker that is designed to do exactly this: preventing specific websites from being saved to web history.

Anderson Green

Posted 2011-11-01T22:25:40.390

Reputation: 5 214