From 92e04956f6f94dec7d000b731e5cbe8ebb8739f1 Mon Sep 17 00:00:00 2001 From: Thorin-II <16656956+Thorin-II@users.noreply.github.com> Date: Sun, 9 Aug 2026 05:22:21 +0000 Subject: [PATCH] quicksuggest FF146 - .enabled only ever contributed to the UI settings display, we don't need it - .nonsponsored replaced by .all --- scratchpad-scripts/arkenfox-cleanup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index d8e7efd..9204863 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -82,6 +82,8 @@ /* 141-153 */ 'browser.display.use_system_colors', 'browser.urlbar.fakespot.featureGate', + 'browser.urlbar.quicksuggest.enabled', + 'browser.urlbar.suggest.quicksuggest.nonsponsored', 'keyword.enabled', 'privacy.userContext.enabled', 'privacy.userContext.ui.enabled',