Відгуки для Sink It for Reddit
Sink It for Reddit автор SpecterAscendant
9 відгуків
- Оцінка 1 з 5від SDM, 12 днів тому
- Оцінка 1 з 5від Natustell, 22 дні томуIt fails to block the "use our app" pop up which prevents any usage.
Відповідь розробника
оприлюднено 22 дні томуCan you please try 8.5.0 which was approved a few days back? Reddit has been making a few changes and introduced A/B tested banners so I've had my hands full tracking everything down. - Оцінка 1 з 5від Користувач Firefox 15020155, 2 місяці тому
- Оцінка 1 з 5від hackel, 4 місяці тому
Відповідь розробника
оприлюднено 4 місяці томуIf you could please email me through the app, I could take another look and hopefully find out what's happening. Reddit makes a lot of changes so I rely on users like you in surfacing these changes. Hope to hear from you soon!- Оцінка 1 з 5від iG0R, 4 місяці томуExcellent add-on! But there is a problem with the Reddit translation function - this add-on removes the “?tl=[language code]” parameter at the end of the link regardless of the "Stop Auto-Translation (Prevents Reddit from auto-translating posts)" option.
The code has to be the following:
e.stopAutoTranslation && window.location.href.includes("?rdt=") && canRedirectSafely() && window.location.replace(window.location.href.split("?")[0]),
e.stopAutoTranslation && window.location.href.includes("?tl=") && canRedirectSafely() && window.location.replace(window.location.href.split("?")[0]),
Not like at the moment:
e.stopAutoTranslation && window.location.href.includes("?rdt=") && canRedirectSafely() && window.location.replace(window.location.href.split("?")[0]),
window.location.href.includes("?tl=") && canRedirectSafely() && window.location.replace(window.location.href.split("?")[0]), - Оцінка 1 з 5від William, 5 місяців томуIt removes all but 4 or 5 replies under every post. Worthless to anyone who actually uses Reddit.
Відповідь розробника
оприлюднено 5 місяців томуSorry that it's not working as expected. If you could please email me through the app, I could take another look and hopefully find out what's happening. - Оцінка 1 з 5від J2H, 6 місяців томуIsn't removing any of my muted subs or keywords from all or popular. So it doesn't do anything at all?
Відповідь розробника
оприлюднено 5 місяців томуSorry that it's not working as expected. If you could please email me through the app, I could take another look and hopefully find out what's happening.