user.js

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

commit 0861490d39d14713c3f23e22dd867a20de6e9d86
parent 80c95cbac4f7822f55fd55cf0bac0b2742a3368d
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  7 Aug 2017 07:33:07 +1200

2699b: privacy.window.maxInner* fix descriptions
Diffstat:
Muser.js | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 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!");