mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-21 03:51:27 -08:00
Add: Install - Update fork browsers' profile PATH
This commit is contained in:
parent
3f96fc2d90
commit
ffab259940
2 changed files with 9 additions and 6 deletions
|
|
@ -380,7 +380,8 @@ function Menu {
|
|||
# $HOME = (get-psprovider 'FileSystem').Home
|
||||
$firefoxProfileDirPaths = @(
|
||||
"${HOME}\AppData\Roaming\Mozilla\Firefox",
|
||||
"${HOME}\AppData\Roaming\LibreWolf"
|
||||
"${HOME}\AppData\Roaming\Waterfox",
|
||||
"${HOME}\AppData\Roaming\librewolf"
|
||||
)
|
||||
|
||||
function Check-ProfileDir() {
|
||||
|
|
|
|||
12
install.sh
12
install.sh
|
|
@ -336,14 +336,16 @@ multiselect() {
|
|||
#== Profile Dir ================================================================
|
||||
firefoxProfileDirPaths=(
|
||||
"${HOME}/.mozilla/firefox"
|
||||
"${HOME}/.librewolf/"
|
||||
"${HOME}/.firedragon/"
|
||||
"${HOME}/.waterfox"
|
||||
"${HOME}/.librewolf"
|
||||
"${HOME}/.pulse-browser"
|
||||
"${HOME}/.firedragon"
|
||||
"${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox"
|
||||
"${HOME}/snap/firefox/common/.mozilla/firefox"
|
||||
"${HOME}/snap/firefox/common/.librewolf/"
|
||||
"${HOME}/snap/firefox/common/.firedragon/"
|
||||
"${HOME}/Library/Application Support/Firefox"
|
||||
"${HOME}/Library/Application Support/LibreWolf"
|
||||
"${HOME}/Library/Application Support/Waterfox"
|
||||
"${HOME}/Library/Application Support/libreWolf"
|
||||
"${HOME}/Library/Application Support/pulse-browser"
|
||||
)
|
||||
|
||||
check_profile_dir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue