From aa0abec6ad4bf9109c99c38c84909e3bc67e197c Mon Sep 17 00:00:00 2001 From: yokoffing Date: Wed, 28 Jul 2021 15:24:06 -0400 Subject: [PATCH] Pesky June 2021 (#24) Formatting --- PeskyFox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PeskyFox.js b/PeskyFox.js index d62c006..6d97655 100644 --- a/PeskyFox.js +++ b/PeskyFox.js @@ -312,11 +312,11 @@ user_pref("browser.tabs.loadInBackground", true); // default // [NOTE] Setting this preference to True will still bring the browser to the front when opening links from outside the browser. // user_pref("browser.tabs.loadDivertedInBackground", false); // default -// PREF: Load bookmarks in the background using Bookmarks Menu +// PREF: load bookmarks in the background using Bookmarks Menu user_pref("browser.tabs.loadBookmarksInBackground", true); +// PREF: load bookmarks in tabs, not separate windows user_pref("browser.tabs.loadBookmarksInTabs", true); - -// PREF: Leave bookmarks menu open when selecting a site +// PREF: leave Bookmarks Menu open when selecting a site user_pref("browser.bookmarks.openInTabClosesMenu", false); // PREF: Stop websites from reloading pages automatically