mirror of
https://github.com/arkenfox/user.js.git
synced 2025-11-23 13:17:53 -05:00
add document_color_use, #1965
This commit is contained in:
parent
8cd31371f2
commit
1f58af5cf6
1 changed files with 4 additions and 0 deletions
4
user.js
4
user.js
|
|
@ -822,6 +822,10 @@ user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);
|
||||||
user_pref("privacy.spoof_english", 1);
|
user_pref("privacy.spoof_english", 1);
|
||||||
/* 4507: skip browser.startup.blankWindow if RFP is used [FF136+] ***/
|
/* 4507: skip browser.startup.blankWindow if RFP is used [FF136+] ***/
|
||||||
// user_pref("privacy.resistFingerprinting.skipEarlyBlankFirstPaint", true); // [DEFAULT: true]
|
// user_pref("privacy.resistFingerprinting.skipEarlyBlankFirstPaint", true); // [DEFAULT: true]
|
||||||
|
/* 4510: enforce Contrast Control off [FF138+]
|
||||||
|
* 0=automatic, 1=off, 2=custom
|
||||||
|
* [SETTING] General>Language and Appearance>Contrast Control */
|
||||||
|
// user_pref("browser.display.document_color_use", 1); // [DEFAULT: 1 NON-WINDOWS]
|
||||||
/* 4511: disable using system accent colors ***/
|
/* 4511: disable using system accent colors ***/
|
||||||
user_pref("widget.non-native-theme.use-theme-accent", false); // [DEFAULT: false WINDOWS]
|
user_pref("widget.non-native-theme.use-theme-accent", false); // [DEFAULT: false WINDOWS]
|
||||||
/* 4512: enforce links targeting new windows to open in a new tab instead
|
/* 4512: enforce links targeting new windows to open in a new tab instead
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue