remove Firefox Home items added for completeness

it means prefscleaner resets them, and these all have an UI and users can deal with them once - also, less shit in the user.js
This commit is contained in:
Thorin-Oakenpants 2022-10-03 13:21:57 +00:00 committed by GitHub
parent ee763a76ce
commit 56b6ac3062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1260,14 +1260,8 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // master switc
// user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX] // user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
// user_pref("layout.spellcheckDefault", 2); // 0=none, 1-multi-line, 2=multi-line & single-line // user_pref("layout.spellcheckDefault", 2); // 0=none, 1-multi-line, 2=multi-line & single-line
/* FIREFOX HOME CONTENT ***/ /* FIREFOX HOME CONTENT ***/
// user_pref("browser.newtabpage.activity-stream.showSearch", false); // Web Search
// user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); // Shortcuts
// user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); // Recommended by Pocket // user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); // Recommended by Pocket
// user_pref("browser.newtabpage.activity-stream.feeds.section.highlights", false); // Recent Activity
// user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); // user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", 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.includeVisited", false);
/* HTML5 MEDIA AUTOPLAY ***/ /* HTML5 MEDIA AUTOPLAY ***/
// [NOTE] You can set exceptions under site permissions // [NOTE] You can set exceptions under site permissions
// user_pref("media.autoplay.default", 5); // [FF63+] // user_pref("media.autoplay.default", 5); // [FF63+]