theajack / disable-devtool

Disable web developer tools from the f12 button, right-click and browser menu

Home Page:https://theajack.github.io/disable-devtool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

菜单栏依旧可以打开开发者工具 无法回调

834852170 opened this issue · comments

DisableDevtool({
md5: '0b9e05caf5000360ec1c263335bd83fe',
ondevtoolopen: function (type) {
window.location.href = 'https://www.qq.com';
},
ondevtoolclose: function () {
text.innerHTML = 'devtool closed!'
}
});

Now it works again in new version 0.2.6, please check it again.
@834852170