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 notranslate | |
// @namespace https://gist.github.com/abel533/5839d3eca4686646baba113fc47e9b22 | |
// @version 1.0 | |
// @description 浏览器翻译时排除代码片段 | |
// @author isea533 | |
// @match *://**/* | |
// @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 YouTube字幕自动翻译->中文简体 | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description translate to Chinese automatically. 自动点击字幕翻译到中文简体 | |
// @author qwertyuiop6 | |
// @match https://www.youtube.com/watch* | |
// @grant none | |
// ==/UserScript== |