From 73d1087fce186a8932db294866306f10ab01059b Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 25 May 2019 11:21:55 -0400 Subject: Issue #246 - Remove more of compact mode and newtab junk from Basilisk --- application/basilisk/app/profile/basilisk.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'application/basilisk/app') diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index c7b2852dd..c229f3523 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -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); -- cgit v1.2.3