devtools-detector
devtools-detector copied to clipboard
Detect if DevTools is open
Chrome 104 throw same error _Originally posted by @francotc in https://github.com/AEPKILL/devtools-detector/issues/38#issuecomment-1203501403_
devtools status is always open in version 11 and 44 like blow:    devtools status: open reg-to-string UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)...
inquiry
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?
yeah no this is an evil script why would you do this don't forget to put "https://cdn.jsdelivr.net/npm/devtools-detector" into ABP's blocked pages to disable this!
Hi, First of all, thanks for this awesome library. I redirect the visitor if devtools open on my site. however some users reported me sometimes they redirect to homepage when...
收到多次反馈在 macOS 或者 iPhone上, 如果切换了浏览器标签页,或者切换app, 后面再切回去的时候, 会提示打开了控制台。 实际上没有打开。 触发的 checker 是 performance 。 这是什么原因 有办法处理吗
```js console.log = () => {}; console.table = () => {}; Function.prototype.constructor = () => {}; setInterval = () => {}; for (let i=0;i