Sink It for Reddit에 대한 리뷰
Sink It for Reddit 제작자: SpecterAscendant
Joker-T-91 님의 리뷰
5점 만점에 3점
Joker-T-91 님, 5일 전I like the addon and it has very nice features but its one thing that really annoys me and ruins the addon quite a bit and that is when i look in threads with the color coded threads i have to refresh the thread on the website for every single thread i go in to see the color coding apply to the comments. Maybe this is a known bug that is happening and getting worked on for future patches idk. But i would love for this to get fixed so i can enjoy the full potential of the Add on for my reddit without refreshing the threads every single time. I use Firefox with Arch Linux distro so maybe it has something to with that maybe too ? I have tried both the AUR Package and the Flatpak version of Firefox with same issues.
리뷰 53개
- 5점 만점에 3점grahamperrin 님, 3일 전
- 5점 만점에 1점Firefox 사용자 15020155 님, 13일 전
- 5점 만점에 5점Firefox 사용자 19909457 님, 2달 전
개발자 답글
2달 전에 게시됨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!- 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]), - 5점 만점에 5점Firefox 사용자 19882925 님, 2달 전
- 5점 만점에 5점Firefox 사용자 19308285 님, 3달 전
- 5점 만점에 5점Firefox 사용자 19773394 님, 4달 전For anyone who finds themselves regularly on reddit, this is just a huge time saver as well as quality of life improver - highly recommended!
- 5점 만점에 5점BillKoochooloo 님, 5달 전
- 5점 만점에 5점Firefox 사용자 15052991 님, 6달 전
- This extension needs more exposure for sure, a great addition to Firefox Android if you use Reddit at all on your phone. The premise of the extension makes perfect sense, after Reddit killed third party apps, it makes a lot of sense just to edit the HTML of the reddit website itself. You can absolutely retire the Reddit app and just use this extension. One less app on your phone, and you'll genuinely have a better time browsing Reddit this way. It does have a couple features paywalled, but fortunately nothing I would want. I haven't encountered any problems with it, easy five stars for me.