mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 15:03:39 +02:00
0105s: disable AS Improve Search Experiment
see https://github.com/ghacksuserjs/ghacks-user.js/issues/528#issuecomment-447933180 and subsequent comment
This commit is contained in:
parent
5b0952f60a
commit
2df82cd9fe
1 changed files with 4 additions and 1 deletions
5
user.js
5
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
|
||||
|
|
Loading…
Add table
Reference in a new issue