We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087fe03 commit 3239372Copy full SHA for 3239372
misc/user.js
@@ -15,3 +15,6 @@ pref('app.shield.optoutstudies.enabled', false);
15
// dark mode
16
// https://superuser.com/a/1694944
17
pref('layout.css.prefers-color-scheme.content-override', 0);
18
+
19
+// rid of the "speech synthesis library not available" nag
20
+pref('media.webspeech.synth.dont_notify_on_error', true);
0 commit comments