From 460596ddf4f261a0305cac426c3d5eb36c47cc82 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:20:43 -0400 Subject: [PATCH] browser.urlbar.scotchBonnet.enableOverride --- Peskyfox.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Peskyfox.js b/Peskyfox.js index cf99fb2..f75665d 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -64,6 +64,9 @@ user_pref("browser.profiles.enabled", true); // [1] https://github.com/yokoffing/Betterfox/issues/320 //user_pref("widget.gtk.non-native-titlebar-buttons.enabled", true); +// PREF: disable search engine switcher in the URL bar [FF136+] +//user_pref("browser.urlbar.scotchBonnet.enableOverride", false); + /**************************************************************************** * SECTION: THEME ADJUSTMENTS * ****************************************************************************/