From 3f48086d34b21c6d347c740835d442f76dfccb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 26 Dec 2019 23:39:32 +0100 Subject: [PATCH] Remove new profile command --- pages/common/firefox.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/firefox.md b/pages/common/firefox.md index 4ce19a22b5..37eeb8124f 100644 --- a/pages/common/firefox.md +++ b/pages/common/firefox.md @@ -27,10 +27,6 @@ `firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}` -- Create a new profile in the default directory without starting Firefox: - -`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/}}`