1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Updated Common Overrides (markdown)

yokoffing
2026-05-23 23:02:40 -04:00
parent 93fee39b0b
commit d0b41632f6
+3
@@ -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);
```