user.js

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

commit 76bc2bce252fc45e95aa0a58c0b5c8b8d0efa227
parent 7f4a671b09421b674c9cf973b59391f1ce9a2212
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 11 Nov 2017 23:04:30 +1300

5008: open bookmarks in a new tab
Diffstat:
Muser.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1706,6 +1706,9 @@ user_pref("browser.backspace_action", 2); * 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) /* 5010: enable ctrl-tab previews ***/ user_pref("browser.ctrlTab.previews", true); /* 5011: don't open "page/selection source" in a tab. The window used instead is cleaner