mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
update firefox path profile
This commit is contained in:
@@ -14,7 +14,7 @@ const (
|
|||||||
chromeBetaProfilePath = "/Users/*/Library/Application Support/Google/Chrome Beta/*/"
|
chromeBetaProfilePath = "/Users/*/Library/Application Support/Google/Chrome Beta/*/"
|
||||||
chromiumProfilePath = "/Users/*/Library/Application Support/Chromium/*/"
|
chromiumProfilePath = "/Users/*/Library/Application Support/Chromium/*/"
|
||||||
edgeProfilePath = "/Users/*/Library/Application Support/Microsoft Edge/*/"
|
edgeProfilePath = "/Users/*/Library/Application Support/Microsoft Edge/*/"
|
||||||
fireFoxProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-release/"
|
fireFoxProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default*/"
|
||||||
braveProfilePath = "/Users/*/Library/Application Support/BraveSoftware/Brave-Browser/*/"
|
braveProfilePath = "/Users/*/Library/Application Support/BraveSoftware/Brave-Browser/*/"
|
||||||
operaProfilePath = "/Users/*/Library/Application Support/com.operasoftware.Opera/"
|
operaProfilePath = "/Users/*/Library/Application Support/com.operasoftware.Opera/"
|
||||||
operaGXProfilePath = "/Users/*/Library/Application Support/com.operasoftware.OperaGX/"
|
operaGXProfilePath = "/Users/*/Library/Application Support/com.operasoftware.OperaGX/"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release/"
|
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default*/"
|
||||||
chromeProfilePath = "/home/*/.config/google-chrome/*/"
|
chromeProfilePath = "/home/*/.config/google-chrome/*/"
|
||||||
chromiumProfilePath = "/home/*/.config/chromium/*/"
|
chromiumProfilePath = "/home/*/.config/chromium/*/"
|
||||||
edgeProfilePath = "/home/*/.config/microsoft-edge*/*/"
|
edgeProfilePath = "/home/*/.config/microsoft-edge*/*/"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const (
|
|||||||
braveKeyPath = "/AppData/Local/BraveSoftware/Brave-Browser/User Data/Local State"
|
braveKeyPath = "/AppData/Local/BraveSoftware/Brave-Browser/User Data/Local State"
|
||||||
speed360ProfilePath = "/AppData/Local/360chrome/Chrome/User Data/*/"
|
speed360ProfilePath = "/AppData/Local/360chrome/Chrome/User Data/*/"
|
||||||
qqBrowserProfilePath = "/AppData/Local/Tencent/QQBrowser/User Data/*/"
|
qqBrowserProfilePath = "/AppData/Local/Tencent/QQBrowser/User Data/*/"
|
||||||
firefoxProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-release/"
|
firefoxProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default*/"
|
||||||
operaProfilePath = "/AppData/Roaming/Opera Software/Opera Stable/"
|
operaProfilePath = "/AppData/Roaming/Opera Software/Opera Stable/"
|
||||||
operaKeyPath = "/AppData/Roaming/Opera Software/Opera Stable/Local State"
|
operaKeyPath = "/AppData/Roaming/Opera Software/Opera Stable/Local State"
|
||||||
operaGXProfilePath = "/AppData/Roaming/Opera Software/Opera GX Stable/"
|
operaGXProfilePath = "/AppData/Roaming/Opera Software/Opera GX Stable/"
|
||||||
|
|||||||
Reference in New Issue
Block a user