Skip to content

Commit

Permalink
Always open bookmarks in a new tab in the background
Browse files Browse the repository at this point in the history
By default, opening a bookmark from the sidebar uses the current active
tab. The `browser.tabs.loadBookmarksInTabs` has been set tot `true` to
to always open bookmarks in a new tab in the background.

Closes GH-165
  • Loading branch information
arcticicestudio committed Nov 13, 2018
1 parent e82e882 commit 6826f9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ user_pref("browser.tabs.drawInTitlebar", true);
*/
user_pref("browser.tabs.loadBookmarksInBackground", true);

/*
* Always open bookmarks in a new tab in the background.
* By default, opening a bookmark from the sidebar uses the current active tab.
*/
user_pref("browser.tabs.loadBookmarksInTabs", true);

/*
* When you open a link in a new tab, switch to it immediately
* Available within the UI under:
Expand Down

0 comments on commit 6826f9c

Please sign in to comment.