Greasy Fork is available in English.

道客巴巴复制

道客巴巴解除复制限制

// ==UserScript==
// @name         道客巴巴复制
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  道客巴巴解除复制限制
// @author       T4DNA
// @match        https://www.doc88.com/p-*.html
// @icon         https://www.google.com/s2/favicons?sz=64&domain=doc88.com
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    var OriginCoptText = copyText;
    function copyText(){
        Config.logined = 1;
        Config.vip=1;
        copyText()
    }
})();