mirror of
https://github.com/arkenfox/user.js.git
synced 2026-03-15 04:53:30 +01:00
RFP update
This commit is contained in:
committed by
GitHub
parent
3a81a88ab2
commit
09353cb90f
9
user.js
9
user.js
@@ -754,10 +754,6 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
|||||||
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
|
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
|
||||||
1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62)
|
1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62)
|
||||||
1479239 - return "no-preference" with prefers-reduced-motion (FF63)
|
1479239 - return "no-preference" with prefers-reduced-motion (FF63)
|
||||||
1363508 & 1826051 & 1957658 - spoof/suppress Pointer Events, spoof maxTouchPoints (FF64, FF132, FF143, ESR140.2)
|
|
||||||
FF64: maxTouchPoints: 0 = desktop
|
|
||||||
FF132: maxTouchPoints: 0 = mac | 10 = windows, linux, mobile
|
|
||||||
FF143/140.2: maxTouchPoints: 0 = mac, linux | 10 = windows | 5 = mobile
|
|
||||||
1492766 - spoof pointerEvent.pointerid (FF65)
|
1492766 - spoof pointerEvent.pointerid (FF65)
|
||||||
1485266 - disable exposure of system colors to CSS or canvas (FF67)
|
1485266 - disable exposure of system colors to CSS or canvas (FF67)
|
||||||
1494034 - return "light" with prefers-color-scheme (FF67)
|
1494034 - return "light" with prefers-color-scheme (FF67)
|
||||||
@@ -775,6 +771,11 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
|||||||
1787790 - normalize system fonts (FF128)
|
1787790 - normalize system fonts (FF128)
|
||||||
1835987 - spoof timezone as Atlantic/Reykjavik (previously FF55+ was UTC) (FF128)
|
1835987 - spoof timezone as Atlantic/Reykjavik (previously FF55+ was UTC) (FF128)
|
||||||
1656377 - spoof pointerEvents azimuthAngle and altitudeAngle (FF131)
|
1656377 - spoof pointerEvents azimuthAngle and altitudeAngle (FF131)
|
||||||
|
1826051 & 1957658 & 2021715 - spoof/suppress Pointer Events, spoof maxTouchPoints (FF132, FF143/ESR140.2, FF150)
|
||||||
|
previously FF64+ (1363508) it always returned maxTouchPoints as 0
|
||||||
|
FF132: 0 = mac | 10 = windows, linux, mobile
|
||||||
|
FF143: 0 = mac, linux | 10 = windows | 5 = mobile | no longer spoof touch PointerEvents | backported to ESR140.2
|
||||||
|
FF150: 5 = linux
|
||||||
1834307 - always use smooth scrolling (FF132)
|
1834307 - always use smooth scrolling (FF132)
|
||||||
1918202 - spoof screen orientation based on spoofed screen size and platform (FF132)
|
1918202 - spoof screen orientation based on spoofed screen size and platform (FF132)
|
||||||
previously FF50+ it always returned landscape-primary and an angle of 0
|
previously FF50+ it always returned landscape-primary and an angle of 0
|
||||||
|
|||||||
Reference in New Issue
Block a user