mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
v118 (#235)
This commit is contained in:
+5
-5
@@ -3,7 +3,7 @@
|
||||
* Peskyfox *
|
||||
* "Aquila non capit muscas" *
|
||||
* priority: remove annoyances *
|
||||
* version: 117 *
|
||||
* version: 118 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
***************************************************************************/
|
||||
|
||||
@@ -388,7 +388,7 @@ user_pref("pdfjs.sidebarViewOnLoad", 2);
|
||||
//user_pref("browser.tabs.loadDivertedInBackground", false); // DEFAULT
|
||||
|
||||
// PREF: force bookmarks to open in a new tab, not the current tab
|
||||
user_pref("browser.tabs.loadBookmarksInTabs", true);
|
||||
//user_pref("browser.tabs.loadBookmarksInTabs", true);
|
||||
//user_pref("browser.tabs.loadBookmarksInBackground", true); // load bookmarks in background
|
||||
|
||||
// PREF: leave Bookmarks Menu open when selecting a site
|
||||
@@ -460,9 +460,9 @@ user_pref("findbar.highlightAll", true);
|
||||
//user_pref("ui.key.menuAccessKeyFocuses", false);
|
||||
//user_pref("ui.key.menuAccessKey", 18); // DEFAULT
|
||||
|
||||
// PREF: CTRL+TAB cycles tabs in chronological order instead of
|
||||
// recently-used order
|
||||
//user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
||||
// PREF: cycle through tabs in recently used order
|
||||
// [SETTING] Ctrl+Tab cycles through tabs in recently used order
|
||||
//user_pref("browser.ctrlTab.sortByRecentlyUsed", true);
|
||||
|
||||
// PREF: Spell-check
|
||||
// 0=none, 1-multi-line, 2=multi-line & single-line
|
||||
|
||||
Reference in New Issue
Block a user