From b5a1e3ff5d36813586163241fed027df0f9c0759 Mon Sep 17 00:00:00 2001 From: Roman-Nopantski Date: Mon, 20 Feb 2017 15:58:12 +1300 Subject: [PATCH] added suggested info to 0001: pb mode --- user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.js b/user.js index c3c864a..e7a7990 100644 --- a/user.js +++ b/user.js @@ -96,6 +96,9 @@ user_pref("ghacks_user.js.parrot", "Oh yes, the Norwegian Blue... what's wrong with it?"); // 0001: Start Firefox in private browsing (PB) mode + // This setting is under Options>Privacy>History>Always use private browsing mode + // You will see this option if you "Use custom settings for history" + // These "custom settings for history" are covered throughout this user.js // https://wiki.mozilla.org/Private_Browsing // user_pref("browser.privatebrowsing.autostart", true);