mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-20 15:47:09 +02:00
tweak 1002 description
This commit is contained in:
parent
7f1491424d
commit
6b11be78be
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -1,6 +1,6 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 15 September 2024
|
* date: 25 September 2024
|
||||||
* version: 130
|
* version: 130
|
||||||
* urls: https://github.com/arkenfox/user.js [repo]
|
* urls: https://github.com/arkenfox/user.js [repo]
|
||||||
* : https://arkenfox.github.io/gui/ [interactive]
|
* : https://arkenfox.github.io/gui/ [interactive]
|
||||||
|
@ -380,7 +380,7 @@ user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is m
|
||||||
* [NOTE] We also clear cache on exit (2811)
|
* [NOTE] We also clear cache on exit (2811)
|
||||||
* [SETUP-CHROME] If you think disk cache helps perf, then feel free to override this ***/
|
* [SETUP-CHROME] If you think disk cache helps perf, then feel free to override this ***/
|
||||||
user_pref("browser.cache.disk.enable", false);
|
user_pref("browser.cache.disk.enable", false);
|
||||||
/* 1002: disable media cache from writing to disk in Private Browsing
|
/* 1002: set media cache in Private Browsing to in-memory and increase its maximum size
|
||||||
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB ***/
|
* [NOTE] MSE (Media Source Extensions) are already stored in-memory in PB ***/
|
||||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // [FF75+]
|
||||||
user_pref("media.memory_cache_max_size", 65536);
|
user_pref("media.memory_cache_max_size", 65536);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue