Skip to content
Snippets Groups Projects
Commit e30b5bef authored by minute's avatar minute
Browse files

firefox syspref.js: remove ads on new tab page

parent 1800e994
No related branches found
No related tags found
1 merge request!68Pocket Reform Release
// performance tweaks
pref("layers.acceleration.force-enabled", true);
pref("general.smoothScroll", false);
// remove ads
pref("browser.newtabpage.activity-stream.feeds.topsites", false);
pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
pref("browser.topsites.contile.enabled", false);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment