Skip to content

Commit

Permalink
Remove sponsored weather from new tab page
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Dec 26, 2024
1 parent 6604d08 commit a5a8f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ user_pref('browser.newtabpage.activity-stream.section.topstories.showDisclaimer'
user_pref('browser.newtabpage.activity-stream.showSearch', false);
user_pref('browser.newtabpage.activity-stream.showSponsored', false);
user_pref('browser.newtabpage.activity-stream.showSponsoredTopSites', false);
user_pref('browser.newtabpage.activity-stream.showWeather', false);
user_pref('browser.newtabpage.activity-stream.telemetry', false);
user_pref('browser.newtabpage.enhanced', true);
user_pref('browser.onboarding.enabled', false);
Expand Down

0 comments on commit a5a8f86

Please sign in to comment.