mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-10 21:43:42 +02:00
feat: support brave browser, Close #31
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
chromeProfilePath = "/Users/*/Library/Application Support/Google/Chrome/*/"
|
||||
edgeProfilePath = "/Users/*/Library/Application Support/Microsoft Edge/*/"
|
||||
fireFoxProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-release/"
|
||||
braveProfilePath = "/Users/*/Library/Application Support/BraveSoftware/Brave-Browser/*/"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -38,6 +39,11 @@ var (
|
||||
Name: edgeName,
|
||||
New: NewChromium,
|
||||
},
|
||||
"brave": {
|
||||
ProfilePath: braveProfilePath,
|
||||
Name: braveName,
|
||||
New: NewChromium,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user