Shows English or Russian translation next to the lyrics on genius.com. Powered by Yandex.Translate
< 脚本Genius.com translate lyrics的反馈
If you wish to do something translation, you can use Google's Translation API. No token required.
fetch(`https: //translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=${localeLang}&dj=1&dt=t&dt=rm&q=${q}`).then(res => { return res.json() }) .then(result => { let resultText = result.sentences.map((function (s) { return "trans" in s ? s.trans : ""; })).join("") return resultText.split("\n"); })
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
If you wish to do something translation, you can use Google's Translation API. No token required.