Critiques pour Sink It for Reddit
Sink It for Reddit par SpecterAscendant
6 notes
- Noté 1 sur 5par hackel, il y a 2 mois
- Noté 1 sur 5par Utilisateur ou utilisatrice 19893295 de Firefox, il y a 2 moisit isnt working on android s23u
Réponse du développeur
mis en ligne : il y a 2 moisIf 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! - Noté 1 sur 5par iG0R, il y a 2 moisExcellent 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]), - Noté 1 sur 5par William, il y a 3 moisIt removes all but 4 or 5 replies under every post. Worthless to anyone who actually uses Reddit.
Réponse du développeur
mis en ligne : il y a 3 moisSorry 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. - Noté 1 sur 5par J2H, il y a 4 moisIsn't removing any of my muted subs or keywords from all or popular. So it doesn't do anything at all?
Réponse du développeur
mis en ligne : il y a 3 moisSorry 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. - Noté 1 sur 5par unixadm, il y a 9 mois