-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Microsoft Edge browser #19
Comments
Ah good call. Didn't realize it worked on Mac |
Dang.. just realised Edge Profiles stores history in different folders. e.g. i have a "work" profile which resides in ~/Library/Application Support/Microsoft Edge/Default/History. Then a "personal" profile that lives at ~/Library/Application Support/Microsoft Edge/Profile 1/History Ideally want to use BrowserParrot against my personal profile (or maybe both!?). Would be great if user could nominate the location(s) |
Yeah what it does right now is search all profiles. Based on those filepaths you mentioned it looks like it edge is storing history in exactly the same way that Chrome does, and for Chrome we're pulling history for all profiles. Ideally you could choose which profiles to store history for, but that's not currently implemented. For now all history is indexed. |
This is supported in the rewritten CLI: https://github.com/iansinnott/browser-gopher/blob/master/pkg/extractors/extractors.go#L77-L84 There is not yet an accompanying GUI though, so it's not a drop-in replacement for the current browser parrot yet. |
~/Library/Application Support/Microsoft Edge/Default/History
The text was updated successfully, but these errors were encountered: