How can I view the webpages that Google Chrome returns in the history search? I'm trying to recover a deleted forum post and the only place it shows up is when you open the history tab and search for it. This means that it's somewhere on my computer.
I've read that Chrome uses an SQL table to store it's history, but when I open up the history DB (in home/%USER%/.google-chrome/Default/History and using SQLite DB browser), I can't find the source of the page anywhere.
Ideally, I'd like to open up the page as it was in the history. I'm using Linux Ubuntu 10.10.
13 Answers
1) Look in locations
~/.cache/
~/.config/google-chrome/
2) or open the following in address bar of chrome browser:
chrome://view-http-cache/
Chrome most likely saves just the URL in browser history, it won't save the webpage as it was...
Making it will be impossible to recover that post through Chrome.
EDIT: Maybe this will help you out? I haven't used it before but it looks like what you need.
4I'm using Linux Mint 15 (codename Olivia), 64-bit MATE distribution.
I couldn't locate some of the pages I had browsed to using the browser's history feature.
I couldn't find the date in any of the folders mentioned in the answer either.
I could, however, retrace my history by going to .
It's a bit unorthodox, but it did help me in my quest.