disable-devtool icon indicating copy to clipboard operation
disable-devtool copied to clipboard

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

Results 69 disable-devtool issues
Sort by recently updated
recently updated
newest added

chrome浏览器偶现误报type=6的校验,看了下源码是比较console.table和console.log的打印性能(深层原理求指导),有没有可能浏览器性能低的时候,这个判断标准不够准确导致偶现问题?求解答~

Hello, the code is worked perfectly before but when I try to open the devtool again on my own website its doesn't close the page, and the only work is...

``` import DisableDevtool from "disable-devtool" DisableDevtool({ md5: "75edd0df185c0b8ecf13b27365ee11b6" }) ``` The code above will close the tab. Then I added: ``` ... DisableDevtool({ ondevtoolopen: type => { const info =...

Hello, author. At present, it is not only effective to monitor the width and height of the visual area and check the performance by printing. Nothing else works, okay?

Hello! Please help me with this issue: the website automatically redirects me to another page if I do nothing.

question

Its working run on the local environment ,when we make production build , its not working in the browser

i know that disableDevtool punishes by redirecting to the previous page. I tried running this script via the url bar. `javascript:window.onbeforeunload=()=>{return true;};` then I can open devtools via the chrome...

disable-devtool已经做的很好了,完全可以挡住小白,但是没有完全解决搬运代码问题,因为在url前直接增加view-source:还是可以直接看到代码,一些搬运的人还是懂一点的。我见百度做到了,应该是动态输出的,不知道如何在普通项目中加入这个功能

In Microsoft Edge, you can open the Developer Tools using Ctrl+Shift+I The library doesn't stop it from opening. Seems like it's a bug that needs fixing specifically for Microsoft Edge.

Well, this is just for discussion. The tool is amazing! I research out that it relaies on the Console object, so here 's an unexpected scenarrio: (I use Chrome) The...