Adds 3rd party translators to Twitter.
目前為
This is was fork of DeepL Twitter translation
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.
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 |
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.