feat: Disable mozilla sponsors, b=no-bug, c=no-component

This commit is contained in:
Mr. M
2025-08-31 14:26:25 +02:00
parent ba48b736e0
commit ae66e66aa8
2 changed files with 12 additions and 1 deletions

View File

@@ -34,3 +34,6 @@
- name: termsofuse.bypassNotification
value: true
- name: browser.newtabpage.activity-stream.showSponsoredCheckboxes
value: false

View File

@@ -582,7 +582,9 @@ groupbox h2 {
#dataCollectionGroup,
#websiteAdvertisingCategory,
#websiteAdvertisingGroup,
#helpButton {
#helpButton,
#support-firefox,
.mission-message {
display: none !important;
}
@@ -596,3 +598,9 @@ groupbox h2 {
display: none;
}
}
@media -moz-pref('zen.urlbar.replace-newtab') {
#category-home {
display: none !important;
}
}