From 56b6ac3062fae06fc8875381085efc169281dd9b Mon Sep 17 00:00:00 2001
From: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Mon, 3 Oct 2022 13:21:57 +0000
Subject: [PATCH] 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
---
 user.js | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/user.js b/user.js
index 9e6f89c..ef39a8f 100644
--- a/user.js
+++ b/user.js
@@ -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("layout.spellcheckDefault", 2); // 0=none, 1-multi-line, 2=multi-line & single-line
 /* 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.highlights", false); // Recent Activity
    // 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 ***/
    // [NOTE] You can set exceptions under site permissions
    // user_pref("media.autoplay.default", 5); // [FF63+]