Greasy Fork

Greasy Fork is available in English.

金山文档解除复制限制

金山文档解除复制限制。。。。

当前为 2022-08-10 提交的版本,查看 最新版本

// ==UserScript==
// @name         金山文档解除复制限制
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  金山文档解除复制限制。。。。
// @author       You
// @match        https://www.kdocs.cn/l/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=kdocs.cn
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    window.APP.canCopy=function a(){ return true;}
    // Your code here...
})();