@@ -63,11 +63,16 @@ var (
6363 profilePath : yandexProfilePath ,
6464 dataTypes : types .DefaultYandexTypes ,
6565 },
66- "360" : {
66+ "360-speed " : {
6767 name : speed360Name ,
6868 profilePath : speed360ProfilePath ,
6969 dataTypes : types .DefaultChromiumTypes ,
7070 },
71+ "360-speedx" : {
72+ name : speedX360Name ,
73+ profilePath : speedX360ProfilePath ,
74+ dataTypes : types .DefaultChromiumTypes ,
75+ },
7176 "qq" : {
7277 name : qqBrowserName ,
7378 profilePath : qqBrowserProfilePath ,
@@ -105,14 +110,15 @@ var (
105110 edgeProfilePath = homeDir + "/AppData/Local/Microsoft/Edge/User Data/Default/"
106111 braveProfilePath = homeDir + "/AppData/Local/BraveSoftware/Brave-Browser/User Data/Default/"
107112 speed360ProfilePath = homeDir + "/AppData/Local/360chrome/Chrome/User Data/Default/"
113+ speedX360ProfilePath = homeDir + "/AppData/Local/360ChromeX/Chrome/User Data/Default/"
108114 qqBrowserProfilePath = homeDir + "/AppData/Local/Tencent/QQBrowser/User Data/Default/"
109115 operaProfilePath = homeDir + "/AppData/Roaming/Opera Software/Opera Stable/"
110116 operaGXProfilePath = homeDir + "/AppData/Roaming/Opera Software/Opera GX Stable/"
111117 vivaldiProfilePath = homeDir + "/AppData/Local/Vivaldi/User Data/Default/"
112118 coccocProfilePath = homeDir + "/AppData/Local/CocCoc/Browser/User Data/Default/"
113119 yandexProfilePath = homeDir + "/AppData/Local/Yandex/YandexBrowser/User Data/Default/"
114120 dcBrowserProfilePath = homeDir + "/AppData/Local/DCBrowser/User Data/Default/"
115- sogouProfilePath = homeDir + "/AppData/Roaming/ SogouExplorer/Webkit /Default/"
121+ sogouProfilePath = homeDir + "/AppData/Local/Sogou/ SogouExplorer/User Data /Default/"
116122
117123 firefoxProfilePath = homeDir + "/AppData/Roaming/Mozilla/Firefox/Profiles/"
118124)
0 commit comments