oncopy=null

Literally add document.oncopy=null to pages.

当前为 2016-07-06 提交的版本,查看 最新版本

// ==UserScript==
// @name         oncopy=null
// @namespace    https://github.com/zamber/oncopy-null
// @description  Literally add document.oncopy=null to pages.
// @version      0.1
// @author       http://piotr.zaborowski.pro/
// @encoding utf-8
// @license https://creativecommons.org/licenses/by-sa/4.0/
// @icon https://raw.github.com/reek/anti-adblock-killer/master/anti-adblock-killer-icon.png
// @homepage https://github.com/reek/anti-adblock-killer/
// @twitterURL https://twitter.com/zamber
// @supportURL https://github.com/zamber/oncopy-null/issues
// @include http://*/*
// @include https://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.oncopy = null;
})();

QingJ © 2025

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