Skip to content

Instantly share code, notes, and snippets.

View flyyuan's full-sized avatar
🎯
Focusing

Benny Shi flyyuan

🎯
Focusing
View GitHub Profile
// ==UserScript==
// @name No Bilibili And Youtube
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author BennyShi
// @match https://www.bilibili.com/*
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
@flyyuan
flyyuan / Get_History_for_translate.google.user.js
Created August 4, 2019 11:30
Get_History_for_translate.google
// ==UserScript==
// @name History for translate.google
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 将谷歌翻译的英文历史记录打印到console
// @author BennyShi
// @include https://translate.google.*/*
// @grant none
// ==/UserScript==
@flyyuan
flyyuan / emp-template-extension.json
Last active March 21, 2021 06:09
emp-template-extension
{
"react": "https://github.com/efoxTeam/emp-react-template.git",
"vue2":"https://github.com/efoxTeam/emp-vue2-template.git"
}