Skip to content

Commit 2768205

Browse files
Merge pull request #179 from Jlcasado/pull-up-request
Adding Windows 11 default path and generic way to find profile under inputs_selector
2 parents 0172d13 + 722ae20 commit 2768205

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyhindsight/templates/inputs_selector.tpl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
<table>
7474
<tr><td>
7575
<b>Description:</b> Chrome is a free web browser from Google that runs on Windows, macOS, Linux, ChromeOS, iOS, and Android.
76-
Each user's web history and configuration information is stored under their user directory, so there may be multiple sets of browser data on the system.
76+
Each user's web history and configuration information is stored under their user directory in a <i>profile</i>. Each user can have one or more profiles,
77+
so there may be multiple sets of browser data on the system.
7778
<br /><br />
7879
</td>
7980
<td>
@@ -103,14 +104,14 @@
103104
</tr>
104105
</table>
105106
<br />
106-
<b>Default Locations:</b>
107+
<b>Default Profile Locations:</b>
107108
<table>
108-
<tr><td class="input-option">Windows XP:</td><td> \[userdir]\Local Settings\Application Data\Google\Chrome\User Data</td></tr>
109-
<tr><td class="input-option">Vista/7/8/10/11:</td><td> \[userdir]\AppData\Local\Google\Chrome\User Data</td></tr>
110-
<tr><td class="input-option">Linux:</td><td> \[userdir]/.config/google-chrome</td></tr>
109+
<tr><td class="input-option">Windows (Vista - 11):</td><td> \[userdir]\AppData\Local\Google\Chrome\User Data\Default</td></tr>
110+
<tr><td class="input-option">Linux:</td><td> \[userdir]/.config/google-chrome/Default</td></tr>
111111
<tr><td class="input-option">OSX/macOS:</td><td> \[userdir]/Library/Application Support/Google/Chrome/Default</td></tr>
112112
<tr><td class="input-option">iOS:</td><td> \Applications\com.google.chrome.ios\Library\Application Support\Google\Chrome</td></tr>
113113
<tr><td class="input-option">Android:</td><td> /userdata/data/com.android.chrome/app_chrome</td></tr>
114+
<tr><td class="input-option" colspan=2>In a running Chrome browser, go to chrome://version/ to see the Profile Path information</td></tr>
114115
</table>
115116
</td>
116117
</tr>

0 commit comments

Comments
 (0)