user.js

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

commit 3ddbd01811672674432a0ba8b954044ca27207f2
parent 5f8b3b52e0e1e6e3ca31d5818e767eb485a4c0b6
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date:   Thu,  9 Mar 2017 07:24:41 +1300

3021c description fixup
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1398,7 +1398,7 @@ user_pref("browser.tabs.insertRelatedAfterCurrent", true); * to the adjacent right tab if it exists or to the adjacent left tab if it doesn't. * [NOTE] requires browser.link.open_newwindow set to 3 (see pref 3007) ***/ user_pref("browser.tabs.selectOwnerOnClose", true); -/* 3021c: switch immediately to the new tab when opened by a link +/* 3021c: stay on the parent tab when opening links in a new tab * [SETTING] Options>General>Tabs>When I open a link in a new tab, switch to it immediately ***/ user_pref("browser.tabs.loadInBackground", true); /* 3021d: set behavior of pages normally meant to open in a new window (such as target="_blank"