破解360doc防复制系统

破解360doc防复制系统(不登陆360doc时复制,不弹出请登录提示)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         破解360doc防复制系统
// @version      1.2
// @description  破解360doc防复制系统(不登陆360doc时复制,不弹出请登录提示)
// @author       QIQI
// @include      http://www.360doc.com/content/*
// @include      http://www.360doc.com/document/*
// @grant none
// @namespace https://greasyfork.org/users/16216
// ==/UserScript==

document.body.oncopy=null; //去掉当前设置的复制监听
document.body.__defineSetter__("oncopy",function(){}); //禁止修改复制监听