user.js

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

commit cd0d2de04ce6cad54a875d79678a75d3b7cbc60b
parent e941dc7ebace30558d5fab3cbd1bb83bf3589ed5
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 27 Mar 2017 00:39:34 +1300

2030: remove addon mention
Diffstat:
Muser.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -865,9 +865,7 @@ user_pref("dom.imagecapture.enabled", false); * [1] https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas ***/ user_pref("gfx.offscreencanvas.enabled", false); /* 2030: disable auto-play of HTML5 media - * [WARNING] This may break youtube video playback (and probably other sites). If you block - * autoplay but occasionally would like a toggle button, try the following add-on - * [1] https://addons.mozilla.org/en-US/firefox/addon/autoplay-toggle ***/ + * [WARNING] This may break video playback on various sites ***/ user_pref("media.autoplay.enabled", false); /* 2031: disable audio auto-play in non-active tabs (FF51+) * [1] http://www.ghacks.net/2016/11/14/firefox-51-blocks-automatic-audio-playback-in-non-active-tabs/ ***/