From db04bc44f2982ae8e39f10d056bc7cfe7804d4fd Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 4 Oct 2022 17:34:45 +0000 Subject: [PATCH] some inactive prefs at default since 102+ - dom.vr.enabled - false FF97+ - network.http.altsvc.oe - false FF94+ - dom.netinfo.enabled - android joined desktop as false FF99+ - browser.tabs.warnOnClose - falsefalse FF94+ --- scratchpad-scripts/arkenfox-cleanup.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index 9764fb7..c176784 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -3,7 +3,7 @@ - removed from the arkenfox user.js - deprecated by Mozilla but listed in the arkenfox user.js in the past - Last updated: 3-October-2022 + Last updated: 5-October-2022 Instructions: - [optional] close Firefox and backup your profile @@ -241,10 +241,14 @@ 'browser.newtab.preload', 'browser.newtabpage.activity-stream.feeds.discoverystreamfeed', 'browser.newtabpage.activity-stream.feeds.snippets', - 'extensions.formautofill.available', + 'browser.tabs.warnOnClose', + 'dom.netinfo.enabled', + 'dom.vr.enabled', 'extensions.formautofill.addresses.supported', + 'extensions.formautofill.available', 'extensions.formautofill.creditCards.available', 'extensions.formautofill.creditCards.supported', + 'network.http.altsvc.oe', /* 92-102 */ 'browser.urlbar.trimURLs', 'dom.caches.enabled',