From 0861490d39d14713c3f23e22dd867a20de6e9d86 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 7 Aug 2017 07:33:07 +1200 Subject: [PATCH] 2699b: privacy.window.maxInner* fix descriptions --- user.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index 30e40e4..0818c7b 100644 --- a/user.js +++ b/user.js @@ -1513,11 +1513,12 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true); * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=418986 ***/ user_pref("privacy.resistFingerprinting", true); // (hidden pref) (not hidden FF55+) /* 2699b: set new window sizes to round to hundreds (FF55+) [SETUP] - * [NOTE] If override values are too big, the code determines it for you + * [NOTE] Width will round to multiples of 200s and height to 100s, to fit your screen. + * The override values are a starting point to round from if you want some control * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1330882 * [2] https://metrics.mozilla.com/firefox-hardware-report/ ***/ - // user_pref("privacy.window.maxInnerWidth", 1366); - // user_pref("privacy.window.maxInnerHeight", 768); + // user_pref("privacy.window.maxInnerWidth", 1600); // (hidden pref) + // user_pref("privacy.window.maxInnerHeight", 900); // (hidden pref) /*** 2700: COOKIES & DOM STORAGE ***/ user_pref("ghacks_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");