user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 881a2d22eb0f977995e5b360ca06df8644ad2d6b
parent 76c8ecd10d19a6f61ead3e7525c13b0087f898d6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 25 Aug 2021 16:14:59 +0000

cleanup tags

- there was only one perf left
- warning is down to 5: two in section headers, 3 on inactive prefs: no need to mention it, people will see them if they read each item/section
Diffstat:
Muser.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -24,8 +24,6 @@ [SETUP-SECURITY] it's one item, read it [SETUP-WEB] can cause some websites to break [SETUP-CHROME] changes how Firefox itself behaves (i.e. not directly website related) - [SETUP-PERF] may impact performance - [WARNING] used on some commented out items, heed them 6. Override Recipes: https://github.com/arkenfox/user.js/issues/1080 * RELEASES: https://github.com/arkenfox/user.js/releases @@ -441,7 +439,7 @@ user_pref("network.http.windows-sso.enabled", false); ***/ user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!"); /* 1001: disable disk cache - * [SETUP-PERF] If you think disk cache helps, then feel free to override this + * [SETUP-CHROME] If you think disk cache helps perf, then feel free to override this * [NOTE] We also clear cache on exit (2803) ***/ user_pref("browser.cache.disk.enable", false); /* 1002: disable media cache from writing to disk in Private Browsing