您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
将第三方翻译添加到推特
当前为
This is was fork of DeepL Twitter translation
Stable:
Beta:
Hosted on GitHub, disable stable if installed!
Adds a "Translate with ..." button to tweets and bios.
The old script would duplicate on scroll when combined with Twitter image viewing enhancement, this aims to fix that! I've also reworked the code to fit modern Javascript.
Translators | Supported |
---|---|
DeepL Translate | ✔️ |
Yandex Translate | ✔️ |
Bing Microsoft Translator | ✔️ |
Google Translate | ✔️ |
Translate.com | ✔️ |
Twitters built-in translation uses Google, I added Google Translate to redirect to the full translate.google.com page.
// Don't worry it's on top, hard to miss!
let cfg = {
/** @type {'en'|'zh'|'nl'|'fr'|'de'|'it'|'ja'|'pl'|'pt'|'ru'|'es'} */
lang: `en`, // Preferred language
/** @type {'deepl'|'yandex'|'bing'|'google'|'translate'} */
translator: 'bing', // Preferred translator, lowercase only!
/** @type {'text'|'icon'|'text + icon'} */
display: 'text + icon', // Preferred display choice.
};
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址