diff --git a/Peskyfox.js b/Peskyfox.js index fa03bb6..d379554 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -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 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); // PREF: disable the Accessibility panel