diff --git a/waterfox/browser/components/preferences/content/preferences-other.xhtml b/waterfox/browser/components/preferences/content/preferences-other.xhtml index 7088c2e3ca30..44e5b0509e89 100644 --- a/waterfox/browser/components/preferences/content/preferences-other.xhtml +++ b/waterfox/browser/components/preferences/content/preferences-other.xhtml @@ -7,6 +7,19 @@ + + /* 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; + } + +