mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Pesky Oct 2021 (#43)
* Update PeskyFox.js * comment out security dialog
This commit is contained in:
+6
-7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user