We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed1648 commit 2816be1Copy full SHA for 2816be1
README.md
@@ -101,7 +101,9 @@ lockPref("ui.prefersReducedMotion", "1")
101
lockPref("browser.ctrlTab.sortByRecentlyUsed", true)
102
// Open links in tabs of new tab (windows = 2)
103
lockPref("browser.link.open_newwindow", 3)
104
-// smoothscrolling
+// open links in searchbar of current tab
105
+lockPref("browser.urlbar.openintab", false)
106
+// smoothscrolling
107
lockPref("general.smoothScroll", false)
108
// autofill logins and passwords
109
lockPref("signon.autofillForms", false)
0 commit comments