mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
fix syntax
This commit is contained in:
parent
cecb833453
commit
dcbd6faef2
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -810,7 +810,7 @@ user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs")
|
||||||
* [NOTE] pdmode applies if true and the original pref is false
|
* [NOTE] pdmode applies if true and the original pref is false
|
||||||
* [1] https://bugzilla.mozilla.org/418986 ***/
|
* [1] https://bugzilla.mozilla.org/418986 ***/
|
||||||
user_pref("privacy.resistFingerprinting", true); // [FF41+]
|
user_pref("privacy.resistFingerprinting", true); // [FF41+]
|
||||||
// user_pref("privacy.resistFingerprinting.pbmode", true) // [FF114+]
|
// user_pref("privacy.resistFingerprinting.pbmode", true); // [FF114+]
|
||||||
/* 4502: set new window size rounding max values [FF55+]
|
/* 4502: set new window size rounding max values [FF55+]
|
||||||
* [SETUP-CHROME] sizes round down in hundreds: width to 200s and height to 100s, to fit your screen
|
* [SETUP-CHROME] sizes round down in hundreds: width to 200s and height to 100s, to fit your screen
|
||||||
* [1] https://bugzilla.mozilla.org/1330882 ***/
|
* [1] https://bugzilla.mozilla.org/1330882 ***/
|
||||||
|
|
Loading…
Add table
Reference in a new issue