HTML网站右键禁用F12代码 屏蔽审查元素 防止修改页面代码<script>//禁止右键
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) { alert("欢迎光临寒舍,有什么需要帮忙的话,请与站长联系!谢谢您的合作!!!");
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
document.onkeydown =document.onkeyup = document.onkeypress=function(){
if(window.event.keyCode == 12) {
window.event.returnValue=https://www.isolves.com/it/cxkf/ky/ym/2022-02-22/false;
return(false);
}
}
</script>
<script>//禁止F12
function fuckyou(){
window.close(); //关闭当前窗口(防抽)
window.location="about:blank"; //将当前窗口跳转置空白页
}
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert("欢迎光临寒舍,有什么需要帮忙的话,请与站长联系!谢谢您的合作!!!");
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
fuckyou();
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
document.onkeydown =document.onkeyup = document.onkeypress=function(){
if(window.event.keyCode == 123) {
fuckyou();
window.event.returnValue=https://www.isolves.com/it/cxkf/ky/ym/2022-02-22/false;
return(false);
}
}
</script>
【HTML网站右键禁用F12代码 屏蔽审查元素 防止修改页面代码】
推荐阅读
- 两个域名同时指向同一个网站的弊端
- 网站维护需要做什么?做好网站维护需要具备哪些知识
- 专业网站SEO人员精通的基础技能
- 网站用HTTPS是必须的吗?HTTPS对网站防护的作用
- 手把手教你利用Win7系统快速搭建属于自己的网站
- 网站被降权后多久才能恢复?5分钟网销私房课
- 这年头还能靠网站赚钱吗?能!而且回报丰厚
- 网站赚钱的思路和方法 个人网站是怎么赚钱的
- python 多线程爬取网站数据利用线程池
- 分享程序员可以接单的六个网站,副业刚需