mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-04 21:37:47 +02:00
feat: add sogou and dc browser
This commit is contained in:
@@ -123,4 +123,6 @@ const (
|
|||||||
firefoxName = "Firefox"
|
firefoxName = "Firefox"
|
||||||
speed360Name = "360speed"
|
speed360Name = "360speed"
|
||||||
qqBrowserName = "QQ"
|
qqBrowserName = "QQ"
|
||||||
|
dcbrowserName = "dcbrowser"
|
||||||
|
sougouName = "Sougou"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -73,6 +73,16 @@ var (
|
|||||||
profilePath: qqBrowserProfilePath,
|
profilePath: qqBrowserProfilePath,
|
||||||
items: item.DefaultChromium,
|
items: item.DefaultChromium,
|
||||||
},
|
},
|
||||||
|
"dcbrowser": {
|
||||||
|
name: dcbrowserName,
|
||||||
|
profilePath: dcbrowserUserDataPath,
|
||||||
|
items: item.DefaultChromium,
|
||||||
|
},
|
||||||
|
"sougou": {
|
||||||
|
name: sougouName,
|
||||||
|
profilePath: dcbrowserUserDataPath,
|
||||||
|
items: item.DefaultChromium,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
firefoxList = map[string]struct {
|
firefoxList = map[string]struct {
|
||||||
name string
|
name string
|
||||||
@@ -101,6 +111,8 @@ var (
|
|||||||
vivaldiProfilePath = homeDir + "/AppData/Local/Vivaldi/User Data/Default/"
|
vivaldiProfilePath = homeDir + "/AppData/Local/Vivaldi/User Data/Default/"
|
||||||
coccocProfilePath = homeDir + "/AppData/Local/CocCoc/Browser/User Data/Default/"
|
coccocProfilePath = homeDir + "/AppData/Local/CocCoc/Browser/User Data/Default/"
|
||||||
yandexProfilePath = homeDir + "/AppData/Local/Yandex/YandexBrowser/User Data/Default/"
|
yandexProfilePath = homeDir + "/AppData/Local/Yandex/YandexBrowser/User Data/Default/"
|
||||||
|
dcbrowserUserDataPath = homeDir + "/AppData/Local/DCBrowser/User Data/Default/"
|
||||||
|
sougouUserDataPath = homeDir + "/AppData/Roaming/SogouExplorer/Webkit/Default/"
|
||||||
|
|
||||||
firefoxProfilePath = homeDir + "/AppData/Roaming/Mozilla/Firefox/Profiles/"
|
firefoxProfilePath = homeDir + "/AppData/Roaming/Mozilla/Firefox/Profiles/"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user