// ==UserScript== // @name csdn(copyright) // @namespace http://tampermonkey.net/ // @version 0.1 // @description 一行代码解决csdn复制 // @author You // @match https://blog.csdn.net/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; csdn.copyright.init($("article")[0], null, null); })();