Greasy Fork is available in English.

Twitter external translator

Adds 3rd party translators to Twitter.

La data de 11-03-2021. Vezi ultima versiune.

Autor
magicoflolis
Rating-uri
0 0 0
Versiune
0.8
Creat
12-02-2021
Actualizat
11-03-2021
Licență
N/A
Se aplică pe

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