redditUntranslate 的评价
redditUntranslate 作者: Waysuw
63 条评价
- 评分 1 / 5来自 Schwanzbert, 8 天前Unfortunately appending -inurl:?tl= to google searches completely removes the search result instead of simply removing the ?tl portion from the hyperlink. This makes this extension useless, since the most relevant result is excluded entirely. Thanks though, was worth a try.
开发者回应
发布于 8 天前The extension's main focus was never the Google Search results, I added the filter as an optional toggle for people who want it, but the main goals, and the "marketed" one, is the ability to disable the translations on the actual pages when you open them. - 评分 2 / 5来自 Firefox 用户 19903529, 10 天前Worked fine when I installed it but completely stopped working shortly after
开发者回应
发布于 8 天前Hello,
Can you tell me more about your issue ?
- What feature exactly did you use and stopped working ? If you're comfortable with that feel free to open a github issue, a new release is going to be published soon so the fix could be included. - 评分 5 / 5来自 일간 베스트 저장소, 4 个月前
- 评分 5 / 5来自 The Ingredient Island, 5 个月前
开发者回应
发布于 7 个月前By clicking on the extension's logo in your browser then clicking on the tickbox with "append google filter"- 评分 5 / 5来自 Firefox 用户 16556719, 7 个月前
- 评分 5 / 5来自 eugene.pesetsky, 8 个月前
- 评分 5 / 5来自 Firefox 用户 19427770, 8 个月前
- 评分 5 / 5来自 204504bySE, 9 个月前
- 评分 4 / 5来自 Firefox 用户 16181994, 9 个月前
- 评分 5 / 5来自 Firefox 用户 19148073, 10 个月前
- 评分 5 / 5来自 Firefox 用户 13913109, 10 个月前
- 评分 5 / 5来自 Firefox 用户 16469534, 1 年前Honestly, thank you very much for the ability to get rid of that gibberish. Some people/companies really have too high an opinion regarding AI's intelligence.
- 评分 5 / 5来自 Mattis Flade, 1 年前I didn't find an on-site way to turn off this awful translator. Thank you for making this, you're a lifesaver.
- 评分 5 / 5来自 Firefox 用户 12469443, 1 年前
- 评分 1 / 5来自 Firefox 用户 19039442, 1 年前
- 评分 5 / 5来自 aaaaaaaaaaaaaaaaaa, 1 年前
开发者回应
发布于 1 年前Hi,
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.