mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 19:03:56 +00:00
couple of [SETTING] updates #212
This commit is contained in:
parent
595eaf540c
commit
3d109664bb
3
user.js
3
user.js
@ -624,6 +624,7 @@ user_pref("ghacks_user.js.parrot", "1100 syntax error: the parrot's bought the f
|
|||||||
// user_pref("browser.tabs.remote.force-enable", true); // (hidden pref)
|
// user_pref("browser.tabs.remote.force-enable", true); // (hidden pref)
|
||||||
// user_pref("extensions.e10sBlocksEnabling", false);
|
// user_pref("extensions.e10sBlocksEnabling", false);
|
||||||
/* 1102: control number of content rendering processes
|
/* 1102: control number of content rendering processes
|
||||||
|
* [SETTING] Options>General>Performance>Custom>Content process limit
|
||||||
* [1] https://www.ghacks.net/2016/02/15/change-how-many-processes-multi-process-firefox-uses/
|
* [1] https://www.ghacks.net/2016/02/15/change-how-many-processes-multi-process-firefox-uses/
|
||||||
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1207306 ***/
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1207306 ***/
|
||||||
// user_pref("dom.ipc.processCount", 4);
|
// user_pref("dom.ipc.processCount", 4);
|
||||||
@ -1206,7 +1207,7 @@ user_pref("media.navigator.enabled", false);
|
|||||||
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=654550 ***/
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=654550 ***/
|
||||||
user_pref("media.video_stats.enabled", false);
|
user_pref("media.video_stats.enabled", false);
|
||||||
/* 2508: disable hardware acceleration to reduce graphics fingerprinting
|
/* 2508: disable hardware acceleration to reduce graphics fingerprinting
|
||||||
* [SETTING] Options>Advanced>General>Use hardware acceleration when available
|
* [SETTING] Options>General>Performance>Custom>Use hardware acceleration when available
|
||||||
* [NOTE] Changing this option changes BOTH these preferences
|
* [NOTE] Changing this option changes BOTH these preferences
|
||||||
* [WARNING] [SETUP] Affects text rendering (fonts will look different) and impacts video performance
|
* [WARNING] [SETUP] Affects text rendering (fonts will look different) and impacts video performance
|
||||||
* [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
|
* [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user