你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/9180-%E8%A7%A3%E9%99%A4%E7%BD%91%E9%A1%B5%E5%86%85%E5%AE%B9%E6%97%A0%E6%B3%95%E9%80%89%E6%8B%A9%E5%92%8C%E5%8F%B3%E9%94%AE%E5%B1%8F%E8%94%BD%E7%9A%84%E9%99%90%E5%88%B6/discussions/14212,源站連結 點此以跳轉。
remove the limit of right key clicking and draging content to select
// ==UserScript==
// @name Qidian copy
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://read.qidian.com/BookReader/*,*.aspx
// @grant none
// ==/UserScript==
function run() {
var doc=document;var bd=doc.body;bd.onselectstart=bd.oncopy=bd.onpaste=bd.onkeydown=bd.oncontextmenu=bd.onmousemove=bd.onselectstart=bd.ondragstart=doc.onselectstart=doc.oncopy=doc.onpaste=doc.onkeydown=doc.oncontextmenu=null;doc.onselectstart=doc.oncontextmenu=doc.onmousedown=doc.onkeydown=function (){return true;};with(document.wrappedJSObject||document){onmouseup=null;onmousedown=null;oncontextmenu=null;}var arAllElements=document.getElementsByTagName('*');for(var i=arAllElements.length-1;i>=0;i--){var elmOne=arAllElements[i];with(elmOne.wrappedJSObject||elmOne){onmouseup=null;onmousedown=null;}}var head=document.getElementsByTagName('head')[0];if(head){var style=document.createElement('style');style.type='text/css';style.innerHTML="html,*{-moz-user-select:auto!important;}";head.appendChild(style);}void(0);
jQuery(document).off("selectstart").off("contextmenu");
}
run()
window.addEventListener('load', run);
// ==UserScript== // @name Qidian copy // @namespace http://your.homepage/ // @version 0.1 // @description enter something useful // @author You // @match http://read.qidian.com/BookReader/*,*.aspx // @grant none // ==/UserScript== function run() { var doc=document;var bd=doc.body;bd.onselectstart=bd.oncopy=bd.onpaste=bd.onkeydown=bd.oncontextmenu=bd.onmousemove=bd.onselectstart=bd.ondragstart=doc.onselectstart=doc.oncopy=doc.onpaste=doc.onkeydown=doc.oncontextmenu=null;doc.onselectstart=doc.oncontextmenu=doc.onmousedown=doc.onkeydown=function (){return true;};with(document.wrappedJSObject||document){onmouseup=null;onmousedown=null;oncontextmenu=null;}var arAllElements=document.getElementsByTagName('*');for(var i=arAllElements.length-1;i>=0;i--){var elmOne=arAllElements[i];with(elmOne.wrappedJSObject||elmOne){onmouseup=null;onmousedown=null;}}var head=document.getElementsByTagName('head')[0];if(head){var style=document.createElement('style');style.type='text/css';style.innerHTML="html,*{-moz-user-select:auto!important;}";head.appendChild(style);}void(0); jQuery(document).off("selectstart").off("contextmenu"); } run() window.addEventListener('load', run);
起點分明只用改一部分就可以了的(
解除网页内容无法选择和右键屏蔽的限制
有些网址不能复制呀,比如起点网,纵横中文网