user.js

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

commit 720253eca3afec3a5056e2eaba3e87c60a222ea7
parent 7394f2f55395ac20a9752a64430d56c3a345e404
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri,  3 May 2019 07:36:55 +0000

dom.imagecapture.enabled
Diffstat:
Mscratchpad-scripts/ghacks-clear-[removed].js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scratchpad-scripts/ghacks-clear-[removed].js b/scratchpad-scripts/ghacks-clear-[removed].js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the ghacks user.js. - Last updated: 02-May-2019 + Last updated: 03-May-2019 For instructions see: https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -139,6 +139,7 @@ 'browser.sessionhistory.max_total_viewers' 'browser.urlbar.filter.javascript', 'canvas.capturestream.enabled', + 'dom.imagecapture.enabled', 'dom.popup_maximum', 'gfx.offscreencanvas.enabled', 'javascript.options.shared_memory',