mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
v127-128 (#301)
This commit is contained in:
+7
-5
@@ -3,7 +3,7 @@
|
||||
* Peskyfox *
|
||||
* "Aquila non capit muscas" *
|
||||
* priority: remove annoyances *
|
||||
* version: 126 *
|
||||
* version: 128 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
* credit: Some prefs are reproduced and adapted from the arkenfox project *
|
||||
* credit urL: https://github.com/arkenfox/user.js *
|
||||
@@ -105,9 +105,6 @@ user_pref("layout.css.prefers-color-scheme.content-override", 2);
|
||||
// PREF: prevent private windows being separate from normal windows in taskbar [WINDOWS] [FF106+]
|
||||
user_pref("browser.privateWindowSeparation.enabled", false);
|
||||
|
||||
// PREF: reduce the size of the "private window" indicator in tab bar [FF106+]
|
||||
//user_pref("browser.privatebrowsing.enable-new-indicator", false); // REMOVED [FF119+]
|
||||
|
||||
// PREF: show search bar [FF122+]
|
||||
// Mozilla has removed the search bar option from the settings window.
|
||||
//user_pref("browser.search.widget.inNavBar", true);
|
||||
@@ -238,7 +235,9 @@ user_pref("browser.urlbar.trending.featureGate", false);
|
||||
//user_pref("browser.urlbar.maxRichResults", 5); // default=10
|
||||
|
||||
// PREF: text fragments [FF126+ NIGHTLY]
|
||||
// [1] https://developer.mozilla.org/en-US/docs/Web/Text_fragments
|
||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1753933#c6
|
||||
// [2] https://developer.mozilla.org/en-US/docs/Web/Text_fragments
|
||||
// [3] https://web.dev/articles/text-fragments
|
||||
//user_pref("dom.text_fragments.enabled", true);
|
||||
|
||||
/****************************************************************************
|
||||
@@ -601,3 +600,6 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
|
||||
|
||||
// PREF: always underline links [FF120+]
|
||||
//user_pref("layout.css.always_underline_links", false); // DEFAULT
|
||||
|
||||
// PREF: hide frequent sites on right-click of taskbar icon [WINDOWS?]
|
||||
//user_pref("browser.taskbar.lists.frequent.enabled", false);
|
||||
|
||||
Reference in New Issue
Block a user