From 43d93610936460ed242a0769b036e648da80dd77 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sun, 14 Aug 2022 22:44:01 +0900 Subject: [PATCH] Add: Install - Ghostery Browser --- install.ps1 | 1 + install.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/install.ps1 b/install.ps1 index c16e449..af21842 100644 --- a/install.ps1 +++ b/install.ps1 @@ -390,6 +390,7 @@ $firefoxProfileDirPaths = @( "${HOME}\AppData\Roaming\Mozilla\Firefox", "${HOME}\AppData\Roaming\Waterfox", "${HOME}\AppData\Roaming\librewolf", + "${HOME}\AppData\Roaming\Ghostery Browser", "${HOME}\Desktop\Tor Browser\Browser\TorBrowser\Data\Browser" ) diff --git a/install.sh b/install.sh index ad9823f..994d470 100755 --- a/install.sh +++ b/install.sh @@ -338,6 +338,7 @@ firefoxProfileDirPaths=( "${HOME}/.mozilla/firefox" "${HOME}/.waterfox" "${HOME}/.librewolf" + "${HOME}/.ghostery browser" "${HOME}/.pulse-browser" "${HOME}/.firedragon" "${HOME}/.local/opt/tor-browser/app/Browser/TorBrowser/Data/Browser" @@ -346,6 +347,7 @@ firefoxProfileDirPaths=( "${HOME}/Library/Application Support/Firefox" "${HOME}/Library/Application Support/Waterfox" "${HOME}/Library/Application Support/libreWolf" + "${HOME}/Library/Application Support/Ghostery Browser" "${HOME}/Library/Application Support/pulse-browser" "${HOME}/Library/Application Support/TorBrowser/Browser" )