mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-06-06 19:53:53 +02:00
feat: support brave browser, Close #31
This commit is contained in:
@@ -15,6 +15,8 @@ const (
|
||||
chromeKeyPath = "/AppData/Local/Google/Chrome/User Data/Local State"
|
||||
edgeProfilePath = "/AppData/Local/Microsoft/Edge/User Data/*/"
|
||||
edgeKeyPath = "/AppData/Local/Microsoft/Edge/User Data/Local State"
|
||||
braveProfilePath = "/AppData/Local/BraveSoftware/Brave-Browser/User Data/*/"
|
||||
braveKeyPath = "/AppData/Local/BraveSoftware/Brave-Browser/User Data/Local State"
|
||||
speed360ProfilePath = "/AppData/Local/360chrome/Chrome/User Data/*/"
|
||||
speed360KeyPath = ""
|
||||
qqBrowserProfilePath = "/AppData/Local/Tencent/QQBrowser/User Data/*/"
|
||||
@@ -58,6 +60,12 @@ var (
|
||||
Name: firefoxName,
|
||||
New: NewFirefox,
|
||||
},
|
||||
"brave": {
|
||||
ProfilePath: os.Getenv("USERPROFILE") + braveProfilePath,
|
||||
KeyPath: os.Getenv("USERPROFILE") + braveKeyPath,
|
||||
Name: braveName,
|
||||
New: NewChromium,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user