This file contains hidden or 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== |
This file contains hidden or 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== |
This file contains hidden or 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== |
This file contains hidden or 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 Toggle MS DOC "language-toggle" | |
| // @namespace https://gist.github.com/mangogan-git/7a02ec2c9d5547f49d19bbc5c662625c | |
| // @version 0.6 | |
| // @description Add keyBinding "keyT" for trigger language-toggle check box | |
| // @author mangogan-git | |
| // @updateURL https://gist.github.com/mangogan-git/7a02ec2c9d5547f49d19bbc5c662625c/raw/language_toggle_ms_docs.user.js | |
| // @downloadUR https://gist.github.com/mangogan-git/7a02ec2c9d5547f49d19bbc5c662625c/raw/language_toggle_ms_docs.user.js | |
| // @match https://docs.microsoft.com/* | |
| // @grant none |