delCSLimit

del chuangshi.com limit

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        delCSLimit
// @namespace   perzer.com
// @description del chuangshi.com limit
// @include     http://chuangshi.qq.com/read/bk/ds/*.html
// @include		http://chuangshi.qq.com/read/bk/js/*.html
// @include		http://chuangshi.qq.com/read/bk/ls/*.html
// @version     1
// ==/UserScript==

window.onload = function() {
document.oncontextmenu=function(){return   true;}//屏蔽右键菜单
document.onpaste=function(){return   true;}//屏蔽粘贴
document.oncopy=function(){return   true;}//屏蔽复制
document.oncut=function(){return   true;}//屏蔽剪切
document.onselectstart=function(){return   true;}//屏蔽选择
};