1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-29 03:21:38 +02:00

4500 RFP keyboard stuff

This commit is contained in:
Thorin-Oakenpants 2018-02-27 12:47:06 +00:00 committed by GitHub
parent 0260176fef
commit cc166b8091
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1577,6 +1577,7 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true);
** 1222285 - spoof keyboard events and suppress keyboard modifier events (FF59+) ** 1222285 - spoof keyboard events and suppress keyboard modifier events (FF59+)
Spoofing mimics the content language of the document. Currently it only supports en-US. Spoofing mimics the content language of the document. Currently it only supports en-US.
Modifier events suppressed are SHIFT, CTRL and both ALT keys. Chrome is not affected. Modifier events suppressed are SHIFT, CTRL and both ALT keys. Chrome is not affected.
FF60: Fixes keydown/keyup events (1438795)
***/ ***/
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs"); user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
/* 4501: enable privacy.resistFingerprinting (FF41+) /* 4501: enable privacy.resistFingerprinting (FF41+)