mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
feat: add yandex browser for macOS
This commit is contained in:
@@ -24,6 +24,7 @@ const (
|
||||
operaGXProfilePath = "/Users/*/Library/Application Support/com.operasoftware.OperaGX/"
|
||||
vivaldiProfilePath = "/Users/*/Library/Application Support/Vivaldi/*/"
|
||||
coccocProfilePath = "/Users/*/Library/Application Support/Coccoc/*/"
|
||||
yandexProfilePath = "/Users/*/Library/Application Support/Yandex/YandexBrowser/*/"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -35,6 +36,7 @@ const (
|
||||
operaStorageName = "Opera"
|
||||
vivaldiStorageName = "Vivaldi"
|
||||
coccocStorageName = "CocCoc"
|
||||
yandexStorageName = "Yandex"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -124,6 +126,12 @@ var (
|
||||
Storage: coccocStorageName,
|
||||
New: NewChromium,
|
||||
},
|
||||
"yandex": {
|
||||
ProfilePath: yandexProfilePath,
|
||||
Name: yandexName,
|
||||
Storage: yandexStorageName,
|
||||
New: NewChromium,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user