mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
feat: update firxfox profile path
This commit is contained in:
@@ -11,11 +11,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release/"
|
||||
fireFoxBetaProfilePath = "/home/*/.mozilla/firefox/*.default-beta/"
|
||||
fireFoxDevProfilePath = "/home/*/.mozilla/firefox/*.dev-edition-default/"
|
||||
fireFoxNightlyProfilePath = "/home/*/.mozilla/firefox/*.default-nightly/"
|
||||
fireFoxESRProfilePath = "/home/*/.mozilla/firefox/*.default-esr/"
|
||||
fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release*/"
|
||||
fireFoxBetaProfilePath = "/home/*/.mozilla/firefox/*.default-beta*/"
|
||||
fireFoxDevProfilePath = "/home/*/.mozilla/firefox/*.dev-edition-default*/"
|
||||
fireFoxNightlyProfilePath = "/home/*/.mozilla/firefox/*.default-nightly*/"
|
||||
fireFoxESRProfilePath = "/home/*/.mozilla/firefox/*.default-esr*/"
|
||||
chromeProfilePath = "/home/*/.config/google-chrome/*/"
|
||||
chromiumProfilePath = "/home/*/.config/chromium/*/"
|
||||
edgeProfilePath = "/home/*/.config/microsoft-edge*/*/"
|
||||
|
||||
Reference in New Issue
Block a user