Sink It for Reddit incelemeleri
Sink It for Reddit geliştiren: SpecterAscendant
8 inceleme
- 5 üzerinden 1 puanyazan: Natustell, 10 gün önceIt fails to block the "use our app" pop up which prevents any usage.
Geliştiricinin yanıtı
gönderilme: 9 gün önceCan 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. - 5 üzerinden 1 puanyazan: Firefox kullanıcısı 15020155, bir ay önce
Geliştiricinin yanıtı
gönderilme: 3 ay önceIf 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!- 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]), Geliştiricinin yanıtı
gönderilme: 5 ay önceSorry 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.Geliştiricinin yanıtı
gönderilme: 5 ay önceSorry 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.- 5 üzerinden 1 puanyazan: unixadm, bir yıl önce