禁止复制内容,禁止右键

* {margin:0px; -webkit-overflow-scrolling:touch;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
function iEsc() { return false; }

function iRec() { return true; }

function DisableKeys() { 
    if (event.ctrlKey || event.shiftKey || event.altKey) { 
        window.event.returnValue = false;
        iEsc(); 
    }
}
document.ondragstart = iEsc;
document.onkeydown = DisableKeys;
document.oncontextmenu = iEsc;
if (typeof document.onselectstart != "undefined") { 
    document.onselectstart = iEsc; 
} else { 
    document.onmousedown = iEsc;
    document.onmouseup = iRec; 
}

function DisableRightClick(www_qsyz_net) { 
    if (window.Event) { if (www_qsyz_net.which == 2 || www_qsyz_net.which == 3) iEsc(); 
    } else if (event.button == 2 || event.button == 3) { 
        event.cancelBubble = true;
        event.returnValue = false;
        iEsc(); 
    } 
}


打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦