mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
1.2 KiB
1.2 KiB
How to use multiple compartmentalized Firefox instances simultaneously using profiles
Step 1: create Firefox profile
/Applications/Firefox.app/Contents/MacOS/firefox-bin -p
Step 2: open Firefox profile
Heads-up: in the following command, make sure you replace
work
by the name of your profile. If the name includes spaces, please use quotes (example:-p "Work Profile"
).
nohup /Applications/Firefox.app/Contents/MacOS/firefox-bin -p work --no-remote > /dev/null 2>&1 &
👍