rNeomy / reader-view

Access Firefox's built in reader view from right click context menu
https://webextension.org/listing/chrome-reader-view.html
Mozilla Public License 2.0
464 stars 73 forks source link

Workaround fix for IBM Watson voices on Firefox #163

Closed uservar closed 11 months ago

uservar commented 1 year ago

It seems as of recently the IBM Watson voices have stopped working. This has already been fixed for chrome, but when I tried to port the changes to Firefox, it didn't work.

I found another workaround for now, instead of changing the request origin header, simply don't send one at all. This can be done by going to about:config and changing network.http.sendOriginHeader to 0

EDIT: Something else broke and this workaround doesn't work anymore.