mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-23 19:14:01 +02:00
update firxfox profile path
This commit is contained in:
@@ -10,11 +10,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
fireFoxProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-release/"
|
fireFoxProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-release*/"
|
||||||
fireFoxBetaProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-beta/"
|
fireFoxBetaProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-beta*/"
|
||||||
fireFoxDevProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.dev-edition-default/"
|
fireFoxDevProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.dev-edition-default*/"
|
||||||
fireFoxNightlyProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-nightly/"
|
fireFoxNightlyProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-nightly*/"
|
||||||
fireFoxESRProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-esr/"
|
fireFoxESRProfilePath = "/Users/*/Library/Application Support/Firefox/Profiles/*.default-esr*/"
|
||||||
chromeProfilePath = "/Users/*/Library/Application Support/Google/Chrome/*/"
|
chromeProfilePath = "/Users/*/Library/Application Support/Google/Chrome/*/"
|
||||||
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/*/"
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release/"
|
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release*/"
|
||||||
fireFoxBetaProfilePath = "/home/*/.mozilla/firefox/*.default-beta/"
|
fireFoxBetaProfilePath = "/home/*/.mozilla/firefox/*.default-beta*/"
|
||||||
fireFoxDevProfilePath = "/home/*/.mozilla/firefox/*.dev-edition-default/"
|
fireFoxDevProfilePath = "/home/*/.mozilla/firefox/*.dev-edition-default*/"
|
||||||
fireFoxNightlyProfilePath = "/home/*/.mozilla/firefox/*.default-nightly/"
|
fireFoxNightlyProfilePath = "/home/*/.mozilla/firefox/*.default-nightly*/"
|
||||||
fireFoxESRProfilePath = "/home/*/.mozilla/firefox/*.default-esr/"
|
fireFoxESRProfilePath = "/home/*/.mozilla/firefox/*.default-esr*/"
|
||||||
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*/*/"
|
||||||
|
|||||||
@@ -13,11 +13,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
firefoxProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-release/"
|
firefoxProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-release*/"
|
||||||
fireFoxBetaProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-beta/"
|
fireFoxBetaProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-beta*/"
|
||||||
fireFoxDevProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.dev-edition-default/"
|
fireFoxDevProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.dev-edition-default*/"
|
||||||
fireFoxNightlyProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-nightly/"
|
fireFoxNightlyProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-nightly*/"
|
||||||
fireFoxESRProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-esr/"
|
fireFoxESRProfilePath = "/AppData/Roaming/Mozilla/Firefox/Profiles/*.default-esr*/"
|
||||||
chromeProfilePath = "/AppData/Local/Google/Chrome/User Data/*/"
|
chromeProfilePath = "/AppData/Local/Google/Chrome/User Data/*/"
|
||||||
chromeKeyPath = "/AppData/Local/Google/Chrome/User Data/Local State"
|
chromeKeyPath = "/AppData/Local/Google/Chrome/User Data/Local State"
|
||||||
chromeBetaProfilePath = "/AppData/Local/Google/Chrome Beta/User Data/*/"
|
chromeBetaProfilePath = "/AppData/Local/Google/Chrome Beta/User Data/*/"
|
||||||
|
|||||||
Reference in New Issue
Block a user