Reviews for redditUntranslate
redditUntranslate by Waysuw
Response by Waysuw
Developer response
posted 4 days agoHi,
Might be because it requires [declarativeNetRequest] instead of [webRequest + webRequestBlocking] now. But it isn't blocking content anywhere else than reddit, the broader scope is only inherent to the more modern permission, but doesn't affect what it blocks.
The new version is a refactoring using manifest V3 instead of V2 to simplify the codebase + it requires less permissions. You can review the code here : https://github.com/SeidSmatti/redditUntranslate/tree/main/extension
Note that if you prefer the old version you can still go here : https://addons.mozilla.org/en-US/firefox/addon/reddituntranslate/versions/, navigate to the version you prefer and click on "download file". The code for the older version is on github under the legacy/ directory.
Might be because it requires [declarativeNetRequest] instead of [webRequest + webRequestBlocking] now. But it isn't blocking content anywhere else than reddit, the broader scope is only inherent to the more modern permission, but doesn't affect what it blocks.
The new version is a refactoring using manifest V3 instead of V2 to simplify the codebase + it requires less permissions. You can review the code here : https://github.com/SeidSmatti/redditUntranslate/tree/main/extension
Note that if you prefer the old version you can still go here : https://addons.mozilla.org/en-US/firefox/addon/reddituntranslate/versions/, navigate to the version you prefer and click on "download file". The code for the older version is on github under the legacy/ directory.