Skip to content
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

Open
SpanishBrowne opened this issue Jul 1, 2022 · 4 comments
Open

Support Microsoft Edge browser #19

SpanishBrowne opened this issue Jul 1, 2022 · 4 comments

Comments

@SpanishBrowne
Copy link

~/Library/Application Support/Microsoft Edge/Default/History

@iansinnott
Copy link
Member

Ah good call. Didn't realize it worked on Mac

@SpanishBrowne
Copy link
Author

SpanishBrowne commented Jul 5, 2022

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)

@iansinnott
Copy link
Member

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.

@iansinnott
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants