CSDN强制复制

CSDN不登录(不可用)即可复制内容

// ==UserScript==
// @name         CSDN强制复制
// @namespace    http://tampermonkey.net/
// @version      20240305
// @description  CSDN不登录(不可用)即可复制内容
// @author       You
// @match        https://blog.csdn.net/*
// @icon         https://profile-avatar.csdnimg.cn/default.jpg!2
// @grant        none
// @license none
// ==/UserScript==

(function() {
    'use strict';
    $("#content_views").unbind("copy")
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址