From bb953d2af5a9fc8e25c65f34b1caf9776a88b53d Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:51:37 -0400 Subject: [PATCH] fix --- Fastfox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastfox.js b/Fastfox.js index f3785ff..891df59 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -50,7 +50,7 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) user_pref("content.max.tokenizing.time", 1000000); // (1.00s); alt=2000000; HIDDEN user_pref("content.interrupt.parsing", true); // HIDDEN -user_pref("content.notify.ontimer", true); // HIDDEN +//user_pref("content.notify.ontimer", true); // DEFAULT // PREF: UI responsiveness threshold user_pref("content.switch.threshold", 300000); // HIDDEN; default= 750000; alt=500000