Skip to content

Instantly share code, notes, and snippets.

View zhengxiaowai's full-sized avatar
🎯
Focusing

zxy zhengxiaowai

🎯
Focusing
View GitHub Profile
@zhengxiaowai
zhengxiaowai / geektime.user.js
Created December 7, 2018 09:44 — forked from Rand01ph/geektime.user.js
让极客时间的内容可以复制
// ==UserScript==
// @name geektime copy
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 让极客时间的内容可以复制!
// @author Rand01ph
// @match https://time.geekbang.org/column/*
// @grant none
// @require http://cdn.staticfile.org/jquery/2.1.1/jquery.min.js
// ==/UserScript==