关于HTML禁用某些功能代码脚本

防打开开发者代)

function fuckyou(){window.close(),window.location="about:blank"}function ck(){return console.profile(),console.profileEnd(),console.clear&&console.clear(),"object"==typeof console.profiles?console.profiles.length>0:void 0}function hehe(){(window.console&&(console.firebug||console.table&&/firebug/i.test(console.table()))||"object"==typeof opera&&"function"==typeof opera.postError&&console.profile.length>0)&&fuckyou(),"object"==typeof console.profiles&&console.profiles.length>0&&fuckyou()}hehe(),window.onresize=function(){window.outerHeight-window.innerHeight>200&&fuckyou()};

禁用Ctrl+s

document.addEventListener('keydown',function(event){if((event.ctrlKey||event.metaKey)&&(event.key==='s'||event.key==='S')){event.preventDefault();return false}});

禁用调试模式

End

扫一扫手机访问