Jump to content

Template:egFirefoxProfile

From RaySoft

Syntax

{{egFirefoxProfile}}

Usage

Code

{{egFirefoxProfile}}

Result

Start multiple Firefox instances with different profiles using open on macOS
for profile in 'alex' 'marty'; do
  open -a 'Firefox' -n --args -private -P "${profile}"
done