1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Pesky June 2021 (#24)

Formatting
This commit is contained in:
yokoffing
2021-07-28 15:24:06 -04:00
committed by GitHub
parent 408e33833c
commit aa0abec6ad
+3 -3
View File
@@ -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. // [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 // 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); user_pref("browser.tabs.loadBookmarksInBackground", true);
// PREF: load bookmarks in tabs, not separate windows
user_pref("browser.tabs.loadBookmarksInTabs", true); 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); user_pref("browser.bookmarks.openInTabClosesMenu", false);
// PREF: Stop websites from reloading pages automatically // PREF: Stop websites from reloading pages automatically