Skip to content

Instantly share code, notes, and snippets.

@jeandat
Last active February 9, 2017 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeandat/7023e145993cf742ab8153e156aa00ea to your computer and use it in GitHub Desktop.
Save jeandat/7023e145993cf742ab8153e156aa00ea to your computer and use it in GitHub Desktop.

Comment avoir deux instances autonomes de Firefox utilisant chacun un profil différent

Créer un nouveau profil MyProfile depuis le gestionnaire de profil :

open -a Firefox --args -ProfileManager

Lancer firefox en utilisant ce profil :

open -a Firefox --args -no-remote -P MyProfile

L'option -no-remote permet d'avoir deux instances autonomes de firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment