From bc606d78e6247fbfc794b04183387374c9abda9b Mon Sep 17 00:00:00 2001 From: Thorin-II <16656956+Thorin-II@users.noreply.github.com> Date: Sun, 9 Aug 2026 03:26:16 +0000 Subject: [PATCH] browser.urlbar.quicksuggest.enabled pref only toggles a UI - that UI is gone in the new settings revamp AFAICT --- scratchpad-scripts/arkenfox-cleanup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index 105a526..608ae9e 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -6,7 +6,7 @@ There is an archived version at https://github.com/arkenfox/user.js/issues/123 if you want the full list since jesus - Last updated: 23-July-2026 + Last updated: 09-August-2026 Instructions: - [optional] close Firefox and backup your profile @@ -82,6 +82,7 @@ /* 141-153 */ 'browser.display.use_system_colors', 'browser.urlbar.fakespot.featureGate', + 'browser.urlbar.quicksuggest.enabled', 'keyword.enabled', 'privacy.userContext.enabled', 'privacy.userContext.ui.enabled',