From e0102ec141a227597ca493e754e2b87f42ee2eb5 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 28 Mar 2017 22:10:48 +1300 Subject: [PATCH] 0001: extra info re starting in PB mode Because PB mode still allows the key-commands/menus/context menus/buttons to do both "new window" and "new private window", and because in this mode the PB mode purple mask icon is never shown, this is not clear. See issue #73 --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index a21a30e..5d05172 100644 --- a/user.js +++ b/user.js @@ -39,6 +39,7 @@ user_pref("ghacks_user.js.parrot", "Oh yes, the Norwegian Blue... what's wrong w /* 0001: Start Firefox in PB (Private Browsing) mode * [SETTING] Options>Privacy>History>Custom Settings>Always use private browsing mode + * [NOTE] In this mode, *all* windows are "private windows" and the PB mode icon is not displayed * [1] https://wiki.mozilla.org/Private_Browsing ***/ // user_pref("browser.privatebrowsing.autostart", true);