mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-24 03:13:57 +00:00
2516: disable PointerEvents
This commit is contained in:
parent
d4a20165ef
commit
0b3395b520
3
user.js
3
user.js
@ -1196,6 +1196,9 @@ user_pref("layers.acceleration.disabled", true);
|
|||||||
/* 2510: disable Web Audio API (FF51+)
|
/* 2510: disable Web Audio API (FF51+)
|
||||||
* [1] https://bugzilla.mozilla.org/1288359 ***/
|
* [1] https://bugzilla.mozilla.org/1288359 ***/
|
||||||
user_pref("dom.webaudio.enabled", false);
|
user_pref("dom.webaudio.enabled", false);
|
||||||
|
/* 2516: disable PointerEvents
|
||||||
|
* [1] https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent ***/
|
||||||
|
user_pref("dom.w3c_pointer_events.enabled", false);
|
||||||
|
|
||||||
/*** 2600: MISCELLANEOUS ***/
|
/*** 2600: MISCELLANEOUS ***/
|
||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user