Skip to content

Commit 3239372

Browse files
committed
Firefox: rid of the "speech synthesis library not available" nag
1 parent 087fe03 commit 3239372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ pref('app.shield.optoutstudies.enabled', false);
1515
// dark mode
1616
// https://superuser.com/a/1694944
1717
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

Comments
 (0)