Issue #246 - Remove more of compact mode and newtab junk from Basilisk

This commit is contained in:
adeshkp 2019-05-25 11:21:55 -04:00 committed by Roy Tam
commit 5465d68447
10 changed files with 6 additions and 229 deletions

View file

@ -1040,12 +1040,6 @@ pref("browser.newtabpage.introShown", false);
// Toggles the content of 'about:newtab'. Shows the grid when enabled.
pref("browser.newtabpage.enabled", true);
// Toggles the enhanced content of 'about:newtab'. Shows sponsored tiles.
sticky_pref("browser.newtabpage.enhanced", false);
// enables Activity Stream inspired layout
pref("browser.newtabpage.compact", false);
// Disables capturing of page thumbnails
pref("browser.pagethumbnails.capturing_disabled", false);