From 4b84568ea9b61a13a1d7d9b6cfcf6c92fb873aee Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:37:56 -0500 Subject: [PATCH] add note to fullscreen notice for now --- Peskyfox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index 0468f6e..754d977 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -162,9 +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", 1250); // default=3000 +// [NOTE] Adjust to a sensible value, like 1250, if you have security concerns. +//user_pref("full-screen-api.warning.timeout", 0); // default=3000; alt=1250 +//user_pref("full-screen-api.warning.delay", -1); // default=500 /**************************************************************************** * SECTION: FONT APPEARANCE *