From 2df82cd9fef8c7fd1e544323a576c58538a1d5af Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 17 Dec 2018 19:39:02 +0000 Subject: [PATCH] 0105s: disable AS Improve Search Experiment see https://github.com/ghacksuserjs/ghacks-user.js/issues/528#issuecomment-447933180 and subsequent comment --- user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index a454252..8c1865a 100644 --- a/user.js +++ b/user.js @@ -117,7 +117,10 @@ user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); user_pref("browser.newtabpage.activity-stream.showSponsored", false); -/* 0105d: disable Activity Stream recent Highlights in the Library [FF57+] ***/ +/* 0105d: disable Activity Stream Improve Search Experiment ***/ +user_pref("browser.newtabpage.activity-stream.improvesearch.noDefaultSearchTile", false); +user_pref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts", false); +/* 0105e: disable Activity Stream recent Highlights in the Library [FF57+] ***/ // user_pref("browser.library.activity-stream.enabled", false); /* 0110: start Firefox in PB (Private Browsing) mode * [NOTE] In this mode *all* windows are "private windows" and the PB mode icon is not displayed