Преглед изворни кода

3029: disable Firefox Screenshots

Thorin-Oakenpants пре 8 година
родитељ
комит
f61c951ca0
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      user.js

+ 4 - 0
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");