From c93b7ba916f4d244b2896db2a2ad6b1c3c330267 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 19 Jan 2022 16:37:53 -0500 Subject: version 96.0.1 attempt 1 --- remove-snippets-from-home.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 remove-snippets-from-home.patch (limited to 'remove-snippets-from-home.patch') diff --git a/remove-snippets-from-home.patch b/remove-snippets-from-home.patch new file mode 100644 index 0000000..4bd88ca --- /dev/null +++ b/remove-snippets-from-home.patch @@ -0,0 +1,22 @@ +--- a/browser/components/newtab/lib/AboutPreferences.jsm ++++ b/browser/components/newtab/lib/AboutPreferences.jsm +@@ -54,18 +54,7 @@ + }, + ]; + +-const PREFS_AFTER_SECTIONS = () => [ +- { +- id: "snippets", +- pref: { +- feed: "feeds.snippets", +- titleString: "home-prefs-snippets-header", +- descString: "home-prefs-snippets-description-new", +- }, +- icon: "chrome://global/skin/icons/info.svg", +- eventSource: "SNIPPETS", +- }, +-]; ++const PREFS_AFTER_SECTIONS = () => []; + + this.AboutPreferences = class AboutPreferences { + init() { -- cgit