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

browser.tabs.loadInBackground", false

This commit is contained in:
yokoffing
2022-10-29 13:01:58 -04:00
committed by GitHub
parent 390942aad1
commit f72eb208a8
+1
View File
@@ -59,6 +59,7 @@ user_pref("devtools.debugger.ui.editor-wrapping", true); // wrap lines in devto
user_pref("browser.zoom.full", false); // text-only zoom, not all elements on page
user_pref("ui.key.menuAccessKey", 0); // remove underlined characters from various settings
user_pref("general.autoScroll", false); // disable unintentional behavior for middle click
user_pref("browser.tabs.loadInBackground", false); // CTRL+SHIFT+CLICK for background tabs; Settings>General>Tabs>"When you open a link, image or media in a new tab, switch to it immediately"
//user_pref("browser.tabs.closeWindowWithLastTab", true); // keep window open when closing last tab
//user_pref("browser.urlbar.openintab", true); // spawn new tab when typing in URL bar, instead of using current tab
//user_pref("xpinstall.signatures.required", false); // [ESR/DEV/NIGHTLY]