mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-29 08:02:12 +05:30
Compare commits
2 Commits
9efeb601f6
...
9d7e6acb9c
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d7e6acb9c | |||
| 9f3e90876f |
@@ -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.section.highlights.includeBookmarks", 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.feeds.snippets", false); // [DEFAULT]
|
||||
|
||||
|
||||
@@ -65,6 +65,11 @@ INSTALLATIONS_TO_CHECK = [
|
||||
"command": ["flatpak", "run", "org.mozilla.firefox"],
|
||||
"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(),
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user