Skip to content

Instantly share code, notes, and snippets.

@myesn
myesn / TranslateToChineseOnYouTube.user.js
Created April 16, 2021 14:42 — forked from qwertyuiop6/TranslateToChineseOnYouTube.user.js
Translate to Chinese automatically. youtube自动翻译中文简体
// ==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==
@myesn
myesn / notranslate.user.js
Created August 6, 2021 13:42 — forked from abel533/notranslate.user.js
浏览器翻译时排除代码片段
// ==UserScript==
// @name notranslate
// @namespace https://gist.github.com/abel533/5839d3eca4686646baba113fc47e9b22
// @version 1.0
// @description 浏览器翻译时排除代码片段
// @author isea533
// @match *://**/*
// @grant none
// ==/UserScript==