您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically translates Russian(cyrillic) messages in Twitch chat to English.
Twitch Live Chat Translator
Tampermonkey browser extension
Copy the contents of the .js
file from this repository
Open Tampermonkey -> Create a new script...
Paste the copied code
File -> Save (or Ctrl+S)
The script will automatically wait for required elements to load before starting.
Translation and formatting takes place without user input.
Multiple commands are exposed to the console through unsafeWindow
:
setColor('color')
#007F00
setColor('#007F00')
setMargins(['left','right'])
auto
['5px', '5px']
setMargins(['5px','5px'])
setStyle('style')
italic
setStyle('italic')
setTimer(milliseconds)
20000
setTimer(20000)
run-at
homepageURL
supportURL
setTimer
@grant
values: GM_setValue
and GM_getValue
.