upvote
I ran into a government site that not only was aware of the devtools being open, but also stopped virtually all user actions if it did. And it worked quite well- to bypass it, I had to block the detection script from loading altogether since merely removing the event listener didn't work.
reply
I ran into a different site where every single action had a debug breakpoint pausing everything if you had devtools open. Luckily, you can disable breakpoints.
reply