mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-29 16:11:23 +05:30
Compare commits
4 Commits
144.0
...
d2a36dd304
| Author | SHA1 | Date | |
|---|---|---|---|
| d2a36dd304 | |||
| f96977f6ce | |||
| 9d7e6acb9c | |||
| 9f3e90876f |
+2
-3
@@ -3,7 +3,7 @@
|
|||||||
* Peskyfox *
|
* Peskyfox *
|
||||||
* "Aquila non capit muscas" *
|
* "Aquila non capit muscas" *
|
||||||
* priority: remove annoyances *
|
* priority: remove annoyances *
|
||||||
* version: 144 *
|
* version: 146 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
* credit: Some prefs are reproduced and adapted from the arkenfox project *
|
* credit: Some prefs are reproduced and adapted from the arkenfox project *
|
||||||
* credit urL: https://github.com/arkenfox/user.js *
|
* credit urL: https://github.com/arkenfox/user.js *
|
||||||
@@ -48,7 +48,7 @@ user_pref("browser.preferences.moreFromMozilla", false);
|
|||||||
user_pref("browser.aboutConfig.showWarning", false);
|
user_pref("browser.aboutConfig.showWarning", false);
|
||||||
|
|
||||||
// PREF: disable welcome notices
|
// PREF: disable welcome notices
|
||||||
//user_pref("browser.startup.homepage_override.mstone", "ignore"); // What's New page after updates; master switch
|
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
||||||
user_pref("browser.aboutwelcome.enabled", false); // disable Intro screens
|
user_pref("browser.aboutwelcome.enabled", false); // disable Intro screens
|
||||||
//user_pref("startup.homepage_welcome_url", "");
|
//user_pref("startup.homepage_welcome_url", "");
|
||||||
//user_pref("startup.homepage_welcome_url.additional", "");
|
//user_pref("startup.homepage_welcome_url.additional", "");
|
||||||
@@ -317,7 +317,6 @@ user_pref("browser.newtabpage.activity-stream.showSponsoredCheckboxes", false);
|
|||||||
//user_pref("browser.newtabpage.activity-stream.feeds.section.highlights", false); // Recent Activity [DEFAULT]
|
//user_pref("browser.newtabpage.activity-stream.feeds.section.highlights", false); // Recent Activity [DEFAULT]
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeBookmarks", false);
|
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeBookmarks", false);
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeDownloads", false);
|
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeDownloads", false);
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited", false);
|
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited", false);
|
||||||
//user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); // [DEFAULT]
|
//user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); // [DEFAULT]
|
||||||
|
|
||||||
|
|||||||
@@ -65,6 +65,11 @@ INSTALLATIONS_TO_CHECK = [
|
|||||||
"command": ["flatpak", "run", "org.mozilla.firefox"],
|
"command": ["flatpak", "run", "org.mozilla.firefox"],
|
||||||
"root": Path.home().joinpath(".var/app/org.mozilla.firefox/.mozilla/firefox").absolute(),
|
"root": Path.home().joinpath(".var/app/org.mozilla.firefox/.mozilla/firefox").absolute(),
|
||||||
},
|
},
|
||||||
|
# macOS
|
||||||
|
{
|
||||||
|
"command": ["/Applications/Firefox.app/Contents/MacOS/firefox"],
|
||||||
|
"root": Path.home().joinpath("Library/Application Support/Firefox").absolute(),
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Betterfox *
|
* Betterfox *
|
||||||
* "Ad meliora" *
|
* "Ad meliora" *
|
||||||
* version: 144 *
|
* version: 146 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@@ -172,6 +172,7 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", fa
|
|||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
||||||
user_pref("browser.preferences.moreFromMozilla", false);
|
user_pref("browser.preferences.moreFromMozilla", false);
|
||||||
user_pref("browser.aboutConfig.showWarning", false);
|
user_pref("browser.aboutConfig.showWarning", false);
|
||||||
|
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
||||||
user_pref("browser.aboutwelcome.enabled", false);
|
user_pref("browser.aboutwelcome.enabled", false);
|
||||||
user_pref("browser.profiles.enabled", true);
|
user_pref("browser.profiles.enabled", true);
|
||||||
|
|
||||||
@@ -234,3 +235,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* END: BETTERFOX *
|
* END: BETTERFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user