Sink It for Reddit のレビュー
Sink It for Reddit 作成者: SpecterAscendant
合計レビュー数: 6
開発者の返信
投稿日時: 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]), 開発者の返信
投稿日時: 3ヶ月前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.