From fd42e927e4d2b39b18f3e6f428c548c6847a076f Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:31:08 -0500 Subject: [PATCH] restore fullscreen warning window --- Peskyfox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Peskyfox.js b/Peskyfox.js index babe255..0468f6e 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -162,8 +162,9 @@ user_pref("full-screen-api.transition-duration.enter", "0 0"); // default=200 20 user_pref("full-screen-api.transition-duration.leave", "0 0"); // default=200 200 // PREF: disable fullscreen notice +// 0 = completely disable warning window user_pref("full-screen-api.warning.delay", -1); // default=500 -user_pref("full-screen-api.warning.timeout", 0); // default=3000 +user_pref("full-screen-api.warning.timeout", 1250); // default=3000 /**************************************************************************** * SECTION: FONT APPEARANCE *