This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 自动翻译->字幕中文简体 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description translate to Chinese automatically. | |
// @author qwertyuiop6 | |
// @match https://www.youtube.com/watch* | |
// @require https://cdn.bootcss.com/jquery/3.4.0/jquery.min.js | |
// @grant none | |
// ==/UserScript== |