From 45247399e2c908301f8f66caa002fc7d1df5552d Mon Sep 17 00:00:00 2001 From: Ben Scattergood Date: Mon, 14 Oct 2019 15:18:41 +0100 Subject: [PATCH] Firefox: Suggested changes New instance flag removed but profile flag re-added --- pages/common/firefox.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/firefox.md b/pages/common/firefox.md index c549b2218c..4ce19a22b5 100644 --- a/pages/common/firefox.md +++ b/pages/common/firefox.md @@ -31,6 +31,10 @@ `firefox --CreateProfile {{profile_name}}` +- Use a specific profile to allow multiple separate instances of Firefox to run at once: + +`firefox --profile {{path/to/directory}} {{https://example.com/}}` + - Set Firefox as the default browser: `firefox --setDefaultBrowser`