From d0b41632f6d4685e7f385e92083c5f984b47b8de Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 23 May 2026 23:02:40 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common-Overrides.md b/Common-Overrides.md index e6903ab..d44dbde 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -197,8 +197,11 @@ You can also select a [default search engine](https://support.mozilla.org/en-US/ #### Disable unified search button Firefox v.137 adds a button to the address bar to switch search engines and search modes. +For some odd reason, this also disables [Quick Actions](https://support.mozilla.org/kb/quick-actions-firefox-search-bar) from the URL bar. + ```javascript // PREF: disable unified search button +// WARNING: Hides "Quick Actions" suggestions. user_pref("browser.urlbar.scotchBonnet.enableOverride", false); ```