user.js

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

commit e794611920537727bd9b85d09e83376978c4a2cd
parent f450c2172b163e2444b6087b84e43a76aee6cd53
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Fri, 15 Sep 2017 14:46:31 +0200

4502 - will always round down ...
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1575,7 +1575,7 @@ 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+) /* 4502: set new window sizes to round to hundreds (FF55+) [SETUP] - * [NOTE] Width will round to multiples of 200s and height to 100s, to fit your screen. + * [NOTE] Width will round down 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://hardware.metrics.mozilla.com/ ***/