See all autofill data [duplicate]
In Google chrome when I start typing in a text box I get auto completion for things I have use din the past, this however is only for the current letter. Is there a way I can see all of the auto complete data Google Chrome has for this text box?
Google Chrome stores a lot of stuff in SQLite databases. To look at this data, download and run SQLite Browser.
The instructions are for Windows systems. On other platforms, use the location of user data directories specific to that OS.
Open
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Web Data
-
If Chrome is currently running, you won't be able to access the file, so first make a copy of it by running:
copy "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Web Data" "%LOCALAPPDATA%\Google\Chrome\User Data\Default\WebData-working"
Open
WebData-working
in SQLite Browser, switch to the Browse Data tab and selectautofill
from the Table dropdown list.