mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 23:43:40 +02:00
Update user.js
This commit is contained in:
parent
9773372ea5
commit
3a5667538d
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1031,7 +1031,7 @@ user_pref("dom.imagecapture.enabled", false); // default: false
|
|||
* [1] https://developer.mozilla.org/docs/Web/API/OffscreenCanvas ***/
|
||||
user_pref("gfx.offscreencanvas.enabled", false); // default: false
|
||||
/* 2030: disable auto-play of HTML5 media (FF63+)
|
||||
* 0=Allowed, 1=Blocked, 2=Prompt
|
||||
* 0=Allowed (default), 1=Blocked, 2=Prompt
|
||||
* [WARNING] This may break video playback on various sites ***/
|
||||
user_pref("media.autoplay.default", 1);
|
||||
/* 2031: disable audio auto-play in non-active tabs (FF51+)
|
||||
|
|
Loading…
Add table
Reference in a new issue