From 54f2c72a373ac92576dfedacaed8ac5d23109163 Mon Sep 17 00:00:00 2001 From: yokoffing Date: Sat, 30 Oct 2021 14:57:49 -0400 Subject: [PATCH] Pesky Oct 2021 (#43) * Update PeskyFox.js * comment out security dialog --- PeskyFox.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/PeskyFox.js b/PeskyFox.js index 4d89ba0..319b743 100644 --- a/PeskyFox.js +++ b/PeskyFox.js @@ -11,7 +11,7 @@ * PeskyFox * * "Aquila non capit muscas." * * priority: remove annoyances * - * version: September 2021 * + * version: October 2021 * * url: https://github.com/yokoffing/Better-Fox * ***************************************************************************/ @@ -56,9 +56,9 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", fa user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false); user_pref("extensions.getAddons.showPane", false); -// PREF: Delay of security dialog when downloading extensions +// PREF: Remove delay of security dialog when downloading extensions // default=1000 -user_pref("security.dialog_enable_delay", 0); +// user_pref("security.dialog_enable_delay", 0); // PREF: Remove "addons.mozilla.org" from set of domains that extensions cannot access // [NOTE] May only work with privacy.resistfingerprinting enabled? @@ -169,10 +169,9 @@ user_pref("browser.menu.showViewImageInfo", true); // PREF: unload tabs on low memory // Firefox will detect if your computer’s memory is running low (less than 400MB) // and suspend tabs that you have not used in awhile. -// https://support.mozilla.org/en-US/questions/1262073 -// Available for testing in Nightly: -// https://blog.nightly.mozilla.org/2021/05/14/these-weeks-in-firefox-issue-93/ -user_pref("browser.tabs.unloadOnLowMemory", true); +// [1] https://support.mozilla.org/en-US/questions/1262073 +// [2] https://blog.nightly.mozilla.org/2021/05/14/these-weeks-in-firefox-issue-93/ +user_pref("browser.tabs.unloadOnLowMemory", true); // default // PREF: URL bar suggestions (bookmarks, history, open tabs) / dropdown options in the URL bar // user_pref("browser.urlbar.suggest.bookmarks", true);