Add: Install - Tor browser

This commit is contained in:
alstjr7375 2022-03-10 01:43:57 +09:00
parent 2128ce9bc6
commit c6594ee882
2 changed files with 4 additions and 1 deletions

View file

@ -381,7 +381,8 @@ function Menu {
$firefoxProfileDirPaths = @(
"${HOME}\AppData\Roaming\Mozilla\Firefox",
"${HOME}\AppData\Roaming\Waterfox",
"${HOME}\AppData\Roaming\librewolf"
"${HOME}\AppData\Roaming\librewolf",
"${HOME}\Desktop\Tor Browser\Browser\TorBrowser\Data\Browser"
)
function Check-ProfileDir() {

View file

@ -340,12 +340,14 @@ firefoxProfileDirPaths=(
"${HOME}/.librewolf"
"${HOME}/.pulse-browser"
"${HOME}/.firedragon"
"${HOME}/.local/opt/tor-browser/app/Browser/TorBrowser/Data/Browser"
"${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox"
"${HOME}/snap/firefox/common/.mozilla/firefox"
"${HOME}/Library/Application Support/Firefox"
"${HOME}/Library/Application Support/Waterfox"
"${HOME}/Library/Application Support/libreWolf"
"${HOME}/Library/Application Support/pulse-browser"
"${HOME}/Library/Application Support/TorBrowser/Browser"
)
check_profile_dir() {