mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-23 19:14:01 +02:00
feat: support custom profile path
This commit is contained in:
+4
-4
@@ -50,10 +50,10 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
errItemNotSupported = errors.New(`item not supported, default is "all", choose from history|password|bookmark|cookie`)
|
errItemNotSupported = errors.New(`item not supported, default is "all", choose from history|password|bookmark|cookie`)
|
||||||
errBrowserNotSupported = errors.New("browser not supported")
|
errBrowserNotSupported = errors.New("browser not supported")
|
||||||
errChromeSecretIsEmpty = errors.New("chrome secret is empty")
|
errChromeSecretIsEmpty = errors.New("chrome secret is empty")
|
||||||
errDbusSecretIsEmpty = errors.New("dbus secret key is empty")
|
errDbusSecretIsEmpty = errors.New("dbus secret key is empty")
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user