mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
0515+0516: screenshots already bundled with FF54
swap 515+516 to keep FF version order, screenshot is 54 (tag 55 pref as 55, but add deprecated 54 pref to section 9999)
This commit is contained in:
parent
fa778f2a87
commit
f52cb0e334
5
user.js
5
user.js
@ -346,7 +346,6 @@ user_pref("browser.newtabpage.activity-stream.enabled", false);
|
|||||||
/* 0515: disable Screenshots (FF54+)
|
/* 0515: disable Screenshots (FF54+)
|
||||||
* [1] https://github.com/mozilla-services/screenshots
|
* [1] https://github.com/mozilla-services/screenshots
|
||||||
* [2] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/ ***/
|
* [2] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/ ***/
|
||||||
// user_pref("extensions.screenshots.system-disabled", true); // (FF54+)
|
|
||||||
// user_pref("extensions.screenshots.disabled", true); // (FF55+)
|
// user_pref("extensions.screenshots.disabled", true); // (FF55+)
|
||||||
/* 0516: disable Onboarding (FF55+)
|
/* 0516: disable Onboarding (FF55+)
|
||||||
* Onboarding is an interactive tour/setup for new installs/profiles and features. Every time
|
* Onboarding is an interactive tour/setup for new installs/profiles and features. Every time
|
||||||
@ -1977,3 +1976,7 @@ user_pref("media.eme.apiVisible", false);
|
|||||||
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1342361
|
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1342361
|
||||||
user_pref("dom.archivereader.enabled", false);
|
user_pref("dom.archivereader.enabled", false);
|
||||||
// ***/
|
// ***/
|
||||||
|
/* FF55
|
||||||
|
// 0515: disable Screenshots (FF54+) - replaced by extensions.screenshots.disabled
|
||||||
|
// user_pref("extensions.screenshots.system-disabled", true);
|
||||||
|
***/
|
||||||
|
Loading…
Reference in New Issue
Block a user