user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f61c951ca0212a9f1b0b16a86ab5c222f0889a9b
parent b9e321c45aff9456dd53b65145b2aa07d854b55c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 14 Jun 2017 04:13:53 +1200

3029: disable Firefox Screenshots
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1631,6 +1631,10 @@ user_pref("browser.bookmarks.showRecentlyBookmarked", false); user_pref("browser.urlbar.decodeURLsOnCopy", true); /* 3028: disable middle-click enabling auto-scrolling [WINDOWS] [MAC] ***/ // 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 ***/ user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");