1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30
This commit is contained in:
HJ
2023-09-29 19:29:34 -06:00
committed by GitHub
parent c574f6057f
commit b833ea7300
5 changed files with 53 additions and 50 deletions
+5 -5
View File
@@ -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