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); ```