Greasy Fork is available in English.

Twitter external translator

Adds 3rd party translators to Twitter.

2021/03/11時点のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
magicoflolis
評価
0 0 0
バージョン
0.8
作成日
2021/02/12
更新日
2021/03/11
ライセンス
不明
対象サイト

Twitter external translator

This is was fork of DeepL Twitter translation

NOTE

v0.72 and below NEED to be reinstalled(remove script) in order to get updates!!! This is due to renaming and moving the script to my GitHub.

Features

  • Translate Tweets and user Bio.
  • Multiple translators!
  • Translations can now be set to your preferred language!

Requires manual edit

// 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', // Your preferred language
        /** @type {'deepl'|'yandex'|'bing'|'google'|'translate'} */
        translator: 'deepl' // Your preferred translator, lowercase only!
    };

Twitters built-in translation uses Google, I added the ability to redirect to the full translate page.

Translators
DeepL Translate
Yandex Translate
Bing Microsoft Translator
Google Translate
Translate.com

About

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.

Plans

  • Fix any bugs along the way
  • Add more external translations

Known Bugs/Issues

  • Requires refresh of page when settings are changed.
  • "Translate with ..." button can rarely appear while in Quote Tweet dialog.

Homepage(under development)

Contacts

Github

Twitter

Greasyfork