php屏蔽审查元素,HTML网站右键禁用F12代码 屏蔽审查元素 防止修改页面代码
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) { alert("歡迎光臨寒舍,有什么需要幫忙的話,請與站長聯系!謝謝您的合作!!!");
οncοntextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
οncοntextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.οnmοusedοwn=click;
document.oncontextmenu = new Function("return false;")
document.onkeydown =document.onkeyup = document.οnkeypress=function(){
if(window.event.keyCode == 12) {
window.event.returnValue=false;
return(false);
}
}
function fuckyou(){
window.close(); //關閉當前窗口(防抽)
window.location="about:blank"; //將當前窗口跳轉置空白頁
}
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert("歡迎光臨寒舍,有什么需要幫忙的話,請與站長聯系!謝謝您的合作!!!");
οncοntextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
οncοntextmenu='return false';
}
}
}
if (document.layers) {
fuckyou();
document.captureEvents(Event.MOUSEDOWN);
}
document.οnmοusedοwn=click;
document.oncontextmenu = new Function("return false;")
document.onkeydown =document.onkeyup = document.οnkeypress=function(){
if(window.event.keyCode == 123) {
fuckyou();
window.event.returnValue=false;
return(false);
}
}
總結
以上是生活随笔為你收集整理的php屏蔽审查元素,HTML网站右键禁用F12代码 屏蔽审查元素 防止修改页面代码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php+数学计算公式,PHP数学计算函数
- 下一篇: oracle删除判断是否存在,oracl