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?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Chrome has an incognito mode, which means none of the hisory or activity is saved for a tab.

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

link|improve this answer
feedback

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 with `--incognito'. For example:

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

Just update <your path> with wherever Chrome is installed locally.

You'll be incognito whenever you start up your Chrome browser.

As a follow-on, you can also manually clear Chrome's history by hitting CTL-Shift-Del or by selecting Tools -> Clear Browsing Data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.