סקירות עבור redditUntranslate
redditUntranslate Waysuw מאת
תגובה מאת Waysuw
תגובת המפתח
מועד פרסום: לפני 3 שעות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.
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.
63 דירוגים
- דירוג 1 מתוך 5מאת Schwanzbert, לפני 3 שעות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.
תגובת המפתח
מועד פרסום: לפני 3 שעות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, לפני יוםWorked fine when I installed it but completely stopped working shortly after
תגובת המפתח
מועד פרסום: לפני 3 שעות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, לפני 7 חודשים
- דירוג 5 מתוך 5מאת משתמש Firefox 19427770, לפני 8 חודשים
- דירוג 5 מתוך 5מאת 204504bySE, לפני 9 חודשים
- דירוג 4 מתוך 5מאת משתמש Firefox 16181994, לפני 9 חודשים
- דירוג 5 מתוך 5מאת משתמש Firefox 19148073, לפני 9 חודשים
- דירוג 5 מתוך 5מאת zs, לפני 9 חודשיםWorks like a charm! Love how there always seems to be a solution from a random internet user for even the nichest of problems
- דירוג 5 מתוך 5מאת Trashify, לפני 10 חודשים
- דירוג 5 מתוך 5מאת משתמש Firefox 13913109, לפני 10 חודשים
- דירוג 5 מתוך 5מאת משתמש Firefox 16469534, לפני 10 חודשים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, לפני 10 חודשים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מאת PN, לפני 10 חודשים
- דירוג 5 מתוך 5מאת משתמש Firefox 12469443, לפני שנה
- דירוג 1 מתוך 5מאת משתמש Firefox 19039442, לפני שנה
- דירוג 5 מתוך 5מאת aaaaaaaaaaaaaaaaaa, לפני שנה
תגובת המפתח
מועד פרסום: לפני שנה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.