Y
Hacker News
new
|
ask
|
show
|
jobs
by
russelg
1052 days ago
They don't need to detect the devtools being open, debugger is a no-op when the devtools aren't open so you can just run it in a loop forever.
1 comments
8chanAnon
1052 days ago
The debugger command abuse can be defeated (as already mentioned in this thread). A devtool detector is used in order to invoke stronger blocking methods such as forcibly reloading the web page until the console is closed.
link