From 405cbc7a867d1e18a5cb3c640bc3b8220425acf9 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 28 Nov 2022 01:33:07 -0500 Subject: [PATCH] comment out nglayout.initialpaint.delay --- Fastfox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index 91061e8..8f06a5b 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -18,8 +18,8 @@ // PREF: initial paint delay // How long FF will wait before rendering the page // [1] https://kb.mozillazine.org/Nglayout.initialpaint.delay -user_pref("nglayout.initialpaint.delay", 0); // default=5; used to be 250 -user_pref("nglayout.initialpaint.delay_in_oopif", 0); // default=5; used to be 250 +//user_pref("nglayout.initialpaint.delay", 0); // default=5; used to be 250 +//user_pref("nglayout.initialpaint.delay_in_oopif", 0); // default=5; used to be 250 // PREF: control how tabs are loaded when a session is restored // true=Tabs are not loaded until they are selected (default)