Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Some web sites are able to detect that Developer Tools is open as output a message in a the console. How does JavaScript know that the Chrome DevTools are open? Could this be spoofed?
#2: Post edited
How does JavaScript know that the chrome devtools are open?1. Go to ARC018.to2. open the dev tools.As soon as the chrome dev tools are open, arc018 knows and throws a debug statement on your way, meanie!- Could this be spoofed?
- Some web sites are able to detect that Developer Tools is open as output a message in a the console.
- How does JavaScript know that the Chrome DevTools are open?
- Could this be spoofed?
#1: Initial revision
How to test if chrome dev tools are open in JavaScript?
How does JavaScript know that the chrome devtools are open? 1. Go to ARC018.to 2. open the dev tools. As soon as the chrome dev tools are open, arc018 knows and throws a debug statement on your way, meanie! Could this be spoofed?