I would like Chrome to stop keeping my browsing history. I am familiar with incognito mode but would like to retain everything from my browsing except my history (e.g., Incognito mode deletes cookies which I want to retain.) Is there a way to accomplish this?
|
I don't think there's a way from Chrome itself (even with an extension: I don't think extensions can run a hook when the browser exits). But it's easy to do from the outside: instead of launching Chrome, launch a script that runs Chrome, then deletes the history. For best privacy, put the history on a RAM filesystem (make the |
|||
|
|
|
if you just want to keep Chrome from logging your history, without using incognito mode, go to |
||||
|
|
|
As of now you'll have to use Clear Browsing Data ( Chrome Menu → Tools → Clear browsing data )
|
||||
|
|
|
If you're on Windows, I have this script below that may help. Usage: save the script below in a "del_chrome_hist.bat" file, ensure Chrome is totally closed (no chrome.exe in your TaskMan) and then run it with admin privileges :
Furthermore, you can create a task schedule to run this script on Windows start-up. |
|||
|
|

