Skip to content

Instantly share code, notes, and snippets.

@GeorgePareto
GeorgePareto / TranslateToChineseOnYouTube.user.js
Created February 2, 2022 09:18 — 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==
@GeorgePareto
GeorgePareto / beautiful-fonts.css
Created September 26, 2021 08:57 — forked from luoling8192/beautiful-fonts.css
Stylus - 全局字体美化
/* 全局字体美化
* 作者:RainbowBird
* https://gist.github.com/rain15z3/f8c9c511c7da7b99efd58766500ff084
*/
@font-face {
font-family: monospace;
src: local("JetBrains Mono"), local("PingFang SC");
}