mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 14:03:40 +02:00
v102
This commit is contained in:
parent
1a899966a9
commit
4d254c4561
1 changed files with 3 additions and 3 deletions
6
user.js
6
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 12 June 2022
|
* date: 5 July 2022
|
||||||
* version: 101
|
* version: 102
|
||||||
* url: https://github.com/arkenfox/user.js
|
* url: https://github.com/arkenfox/user.js
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
|
||||||
|
@ -841,7 +841,6 @@ user_pref("privacy.sanitize.timeSpan", 0);
|
||||||
FF53: fixes GetSupportedNames in nsMimeTypeArray and nsPluginArray (1324044)
|
FF53: fixes GetSupportedNames in nsMimeTypeArray and nsPluginArray (1324044)
|
||||||
1330890 - spoof timezone as UTC0 (FF55)
|
1330890 - spoof timezone as UTC0 (FF55)
|
||||||
1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
|
1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
|
||||||
1217238 - reduce precision of time exposed by javascript (FF55)
|
|
||||||
FF56
|
FF56
|
||||||
1369303 - spoof/disable performance API
|
1369303 - spoof/disable performance API
|
||||||
1333651 - spoof User Agent & Navigator API
|
1333651 - spoof User Agent & Navigator API
|
||||||
|
@ -883,6 +882,7 @@ user_pref("privacy.sanitize.timeSpan", 0);
|
||||||
FF91+
|
FF91+
|
||||||
531915 - use fdlibm's sin, cos and tan in jsmath (FF93, ESR91.1)
|
531915 - use fdlibm's sin, cos and tan in jsmath (FF93, ESR91.1)
|
||||||
1756280 - enforce navigator.pdfViewerEnabled as true and plugins/mimeTypes as hard-coded values (FF100)
|
1756280 - enforce navigator.pdfViewerEnabled as true and plugins/mimeTypes as hard-coded values (FF100)
|
||||||
|
1692609 - reduce JS timing precision to 16.67ms (previously FF55+ was capped at 100ms) (FF103, ESR102)
|
||||||
***/
|
***/
|
||||||
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+]
|
||||||
|
|
Loading…
Add table
Reference in a new issue