feat: hide mission statement on about:preferences#home

This commit is contained in:
Alex Kontos
2025-08-06 11:35:52 +01:00
parent 32da89cbb7
commit d3245b8e81

View File

@@ -7,6 +7,19 @@
<overlay id="preferences-overlay" xmlns:html="http://www.w3.org/1999/xhtml" <overlay id="preferences-overlay" xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:style>
/* Hide sponsored shortcuts checkbox */
checkbox[data-l10n-id="home-prefs-shortcuts-by-option-sponsored"],
checkbox[preference="browser.newtabpage.activity-stream.showSponsoredTopSites"] {
display: none !important;
}
/* Hide mission message about sponsors */
.mission-message {
display: none !important;
}
</html:style>
<!-- Home --> <!-- Home -->
<vbox data-subcategory="topstories" delete="true" /> <vbox data-subcategory="topstories" delete="true" />
<vbox data-subcategory="snippets" delete="true" /> <vbox data-subcategory="snippets" delete="true" />