mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Install - Tor browser
This commit is contained in:
parent
2128ce9bc6
commit
c6594ee882
2 changed files with 4 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ function Menu {
|
||||||
$firefoxProfileDirPaths = @(
|
$firefoxProfileDirPaths = @(
|
||||||
"${HOME}\AppData\Roaming\Mozilla\Firefox",
|
"${HOME}\AppData\Roaming\Mozilla\Firefox",
|
||||||
"${HOME}\AppData\Roaming\Waterfox",
|
"${HOME}\AppData\Roaming\Waterfox",
|
||||||
"${HOME}\AppData\Roaming\librewolf"
|
"${HOME}\AppData\Roaming\librewolf",
|
||||||
|
"${HOME}\Desktop\Tor Browser\Browser\TorBrowser\Data\Browser"
|
||||||
)
|
)
|
||||||
|
|
||||||
function Check-ProfileDir() {
|
function Check-ProfileDir() {
|
||||||
|
|
|
||||||
|
|
@ -340,12 +340,14 @@ firefoxProfileDirPaths=(
|
||||||
"${HOME}/.librewolf"
|
"${HOME}/.librewolf"
|
||||||
"${HOME}/.pulse-browser"
|
"${HOME}/.pulse-browser"
|
||||||
"${HOME}/.firedragon"
|
"${HOME}/.firedragon"
|
||||||
|
"${HOME}/.local/opt/tor-browser/app/Browser/TorBrowser/Data/Browser"
|
||||||
"${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox"
|
"${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox"
|
||||||
"${HOME}/snap/firefox/common/.mozilla/firefox"
|
"${HOME}/snap/firefox/common/.mozilla/firefox"
|
||||||
"${HOME}/Library/Application Support/Firefox"
|
"${HOME}/Library/Application Support/Firefox"
|
||||||
"${HOME}/Library/Application Support/Waterfox"
|
"${HOME}/Library/Application Support/Waterfox"
|
||||||
"${HOME}/Library/Application Support/libreWolf"
|
"${HOME}/Library/Application Support/libreWolf"
|
||||||
"${HOME}/Library/Application Support/pulse-browser"
|
"${HOME}/Library/Application Support/pulse-browser"
|
||||||
|
"${HOME}/Library/Application Support/TorBrowser/Browser"
|
||||||
)
|
)
|
||||||
|
|
||||||
check_profile_dir() {
|
check_profile_dir() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue