user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fe50cf94b5524ad38b11a69e013d0de4c2c15910
parent bd226c716ee464558d906ce8e55bb214f1d4d640
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date:   Mon, 20 Feb 2017 01:29:56 +1300

added inactive pref 0001: start in PB mode
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -95,6 +95,10 @@ // https://en.wikipedia.org/wiki/Warrant_canary user_pref("ghacks_user.js.parrot", "Oh yes, the Norwegian Blue... what's wrong with it?"); +// O001: Start Firefox in private browsing (PB) mode + // https://wiki.mozilla.org/Private_Browsing + // user_pref("browser.privatebrowsing.autostart", true); + /*** 0100: STARTUP ***/ user_pref("ghacks_user.js.parrot", "0100 syntax error: the parrot's dead!"); // 0101: disable "slow startup" options