mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
75-alpha, add 105e, closes #922
This commit is contained in:
parent
94c83519f2
commit
7e71b6663c
5
user.js
5
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: ghacks user.js
|
* name: ghacks user.js
|
||||||
* date: 07 April 2020
|
* date: 07 April 2020
|
||||||
* version 74
|
* version 75-alpha
|
||||||
* authors: v52+ github | v51- www.ghacks.net
|
* authors: v52+ github | v51- www.ghacks.net
|
||||||
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
* url: https://github.com/ghacksuserjs/ghacks-user.js
|
||||||
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/ghacksuserjs/ghacks-user.js/blob/master/LICENSE.txt
|
||||||
@ -125,6 +125,9 @@ user_pref("browser.newtabpage.activity-stream.showSponsored", false);
|
|||||||
user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false); // [FF66+]
|
user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false); // [FF66+]
|
||||||
/* 0105d: disable Activity Stream recent Highlights in the Library [FF57+] ***/
|
/* 0105d: disable Activity Stream recent Highlights in the Library [FF57+] ***/
|
||||||
// user_pref("browser.library.activity-stream.enabled", false);
|
// user_pref("browser.library.activity-stream.enabled", false);
|
||||||
|
/* 0105e: disable Activity Stream Top Sites
|
||||||
|
* The new "megabar" in FF75+ suggests top sites even if you don't use AS */
|
||||||
|
user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
|
||||||
/* 0110: start Firefox in PB (Private Browsing) mode
|
/* 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
|
* [NOTE] In this mode *all* windows are "private windows" and the PB mode icon is not displayed
|
||||||
* [WARNING] The P in PB mode is misleading: it means no "persistent" disk storage such as history,
|
* [WARNING] The P in PB mode is misleading: it means no "persistent" disk storage such as history,
|
||||||
|
Loading…
Reference in New Issue
Block a user