From 5778da6662aa18068c51b111c017a4cf4265885a Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 6 Oct 2018 15:06:02 +0200 Subject: [PATCH] Disable fullscreen warning popup The fullscreen warning popup has been disabled by setting the `full-screen-api.warning.timeout` key to `0`. GH-155 --- snowblocks/firefox/user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snowblocks/firefox/user.js b/snowblocks/firefox/user.js index e012b6d..e6f8d28 100644 --- a/snowblocks/firefox/user.js +++ b/snowblocks/firefox/user.js @@ -330,6 +330,9 @@ user_pref("font.default.x-western", "sans-serif"); user_pref("font.name.monospace.x-western", "Source Code Pro"); user_pref("font.size.fixed.x-western", 16); +/* Disable the fullscreen warning popup. */ +user_pref("full-screen-api.warning.timeout", 0); + /* * Enable autoscrolling. * Available within the UI under: