user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 40da3653d36c72686b90a1dfbe46b4d61b524ae0
parent 77a5894fa0c71469d854c1bcfa6ace342a03ac0f
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu,  1 Mar 2018 21:12:40 +0000

remove 5007 #360

the default value is 3 anyway, and there it has a UI checkbox setting - don't ask me why a checkbox which only allows two values (2 or 3)
Diffstat:
Muser.js | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -1721,10 +1721,6 @@ user_pref("browser.backspace_action", 2); * [NOTE] Only applicable to Nightly and ESR (FF48+) * [1] https://wiki.mozilla.org/Add-ons/Extension_Signing#Documentation ***/ // user_pref("xpinstall.signatures.required", false); -/* 5007: open new windows in a new tab instead - * 1=current window, 2=new window, 3=most recent window - * [SETTING] Options>General>Tabs>Open new windows in a new tab instead ***/ -user_pref("browser.link.open_newwindow", 3); /* 5008: open bookmarks in a new tab (FF57+) * [NOTE] You can also use middle-click, cmd/ctl-click, and use the context menu ***/ // user_pref("browser.tabs.loadBookmarksInTabs", true);