1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

accessibility services description

This commit is contained in:
yokoffing
2022-11-29 11:31:48 -05:00
committed by GitHub
parent 54d453dec5
commit 41850d9cfd
+8 -3
View File
@@ -11,7 +11,7 @@
* Peskyfox *
* "Aquila non capit muscas" *
* priority: remove annoyances *
* version: 107a *
* version: 108 *
* url: https://github.com/yokoffing/Betterfox *
***************************************************************************/
@@ -47,8 +47,13 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Will still show green arrow in menu bar
user_pref("app.update.suppressPrompts", true);
// PREF: disable Accessibility services
// Performance improvement
// PREF: prevent accessibility services from accessing your browser [RESTART]
// Accessibility Service may negatively impact Firefox browsing performance
// Disable it if youre not using any type of physical impairment assistive software
// [1] https://support.mozilla.org/kb/accessibility-services
// [2] https://www.ghacks.net/2021/08/25/firefox-tip-turn-off-accessibility-services-to-improve-performance/
// [3] https://www.troddit.com/r/firefox/comments/p8g5zd/why_does_disabling_accessibility_services_improve
// [4] https://winaero.com/firefox-has-accessibility-service-memory-leak-you-should-disable-it/
user_pref("accessibility.force_disabled", 1);
// PREF: disable the Accessibility panel