]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
search: open searches in a new tab
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 15:42:03 +0000 (11:42 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 13 Mar 2026 15:42:03 +0000 (11:42 -0400)
search

diff --git a/search b/search
index 62219130c46ea66b8fec1c27c3b18d30df316db9..bfab30a5f72cc20a0bef635a50790af05c22072d 100644 (file)
--- a/search
+++ b/search
@@ -20,3 +20,11 @@ user_pref("keyword.enabled", false);
  *
  */
 user_pref("browser.search.suggest.enabled", false);
+
+
+/* Open searches in a new tab.
+ *
+ * New window is dumb, and same window often requires an extra step
+ * (new tab) to be performed manually.
+ */
+user_pref("browser.search.openintab", true);