1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 23:51:18 +05:30

add note to fullscreen notice for now

This commit is contained in:
yokoffing
2025-11-06 16:37:56 -05:00
committed by GitHub
parent fd42e927e4
commit 4b84568ea9
+3 -3
View File
@@ -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 *