mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
accessibility services description
This commit is contained in:
+8
-3
@@ -11,7 +11,7 @@
|
|||||||
* Peskyfox *
|
* Peskyfox *
|
||||||
* "Aquila non capit muscas" *
|
* "Aquila non capit muscas" *
|
||||||
* priority: remove annoyances *
|
* priority: remove annoyances *
|
||||||
* version: 107a *
|
* version: 108 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
@@ -47,8 +47,13 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|||||||
// Will still show green arrow in menu bar
|
// Will still show green arrow in menu bar
|
||||||
user_pref("app.update.suppressPrompts", true);
|
user_pref("app.update.suppressPrompts", true);
|
||||||
|
|
||||||
// PREF: disable Accessibility services
|
// PREF: prevent accessibility services from accessing your browser [RESTART]
|
||||||
// Performance improvement
|
// Accessibility Service may negatively impact Firefox browsing performance
|
||||||
|
// Disable it if you’re 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);
|
user_pref("accessibility.force_disabled", 1);
|
||||||
|
|
||||||
// PREF: disable the Accessibility panel
|
// PREF: disable the Accessibility panel
|
||||||
|
|||||||
Reference in New Issue
Block a user