mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Updated Common Overrides (markdown)
@@ -197,8 +197,11 @@ You can also select a [default search engine](https://support.mozilla.org/en-US/
|
|||||||
#### Disable unified search button
|
#### Disable unified search button
|
||||||
Firefox v.137 adds a button to the address bar to switch search engines and search modes.
|
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
|
```javascript
|
||||||
// PREF: disable unified search button
|
// PREF: disable unified search button
|
||||||
|
// WARNING: Hides "Quick Actions" suggestions.
|
||||||
user_pref("browser.urlbar.scotchBonnet.enableOverride", false);
|
user_pref("browser.urlbar.scotchBonnet.enableOverride", false);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user