NewBreak
Description: This technique is basically the opposite of MonBreak: it detects if someone opens the DevTools and then sets a breakpoint.
Experiment: Open the DevTools and then set a breakpoint, e.g. in the `example()` function.
Impact: This technique is more stealthy than MonBreak, but on the other hand useless unless somebody sets a breakpoint. As with previous techniques that detect the DevTools/debugger, this could be abused to make the website behave differently under analysis