3029: disable Firefox Screenshots
This commit is contained in:
parent
b9e321c45a
commit
f61c951ca0
4
user.js
4
user.js
@ -1631,6 +1631,10 @@ user_pref("browser.bookmarks.showRecentlyBookmarked", false);
|
|||||||
user_pref("browser.urlbar.decodeURLsOnCopy", true);
|
user_pref("browser.urlbar.decodeURLsOnCopy", true);
|
||||||
/* 3028: disable middle-click enabling auto-scrolling [WINDOWS] [MAC] ***/
|
/* 3028: disable middle-click enabling auto-scrolling [WINDOWS] [MAC] ***/
|
||||||
// user_pref("general.autoScroll", false);
|
// user_pref("general.autoScroll", false);
|
||||||
|
/* 3029: disable Firefox Screenshots (FF54+)
|
||||||
|
* [1] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/
|
||||||
|
* [2] https://github.com/mozilla-services/screenshots ***/
|
||||||
|
// user_pref("extensions.screenshots.system-disabled", true);
|
||||||
|
|
||||||
/* END: internal custom pref to test for syntax errors ***/
|
/* END: internal custom pref to test for syntax errors ***/
|
||||||
user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");
|
user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");
|
||||||
|
Loading…
Reference in New Issue
Block a user