2
1
I'm interested in editing (not completely deleting) contents of some of Google Chrome's cache files. In particular, the 'History Provider Cache' (found in ~/Library/Application Support/Google/Chrome/Default on Mac). As this other question suggests, it appears to simply be a SQLite file. Unfortunately, when I try to open it using a SQLite browser (MesaSQLite) I'm asked for an encryption key.
So, I'd welcome any suggestions on how to either (1) determine the encryption key, or (2) an alternate way to edit this file.
The end goal is to be able to remove specific annoying suggestions in the Omnibar. I've read countless other techniques, but none seem to remove suggestions that have the clock icon next to it. Some say deleting this file entirely will do the trick (and I imagine it will), but I don't wish to trash my entire browsing history. I find most of the suggestions to be useful and helpful, and I'd like to preserve that.
Do the "other techniques" include simply deleting selected items from the History page (chrome://history/) ? – William Jackson – 2012-02-18T20:53:45.467
Take a look at
chrome://about/
in the address/Search bar fo Google Chrome...This entry may be what's you're looking for:
chrome://net-internals/#httpCache
Click on Explore cache entries link – climenole – 2012-02-18T21:07:00.433
@WilliamJackson - Yes, but deleting from the history doesn't remove them from the cache. – dissolved – 2012-02-19T22:23:32.193
@climenole - Unfortunately, best I can tell, that only allows me to browse the cache, not edit it. Did I miss something? – dissolved – 2012-02-19T22:32:33.867