logoalt Hacker News

backwardsponchotoday at 11:37 AM1 replyview on HN

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.


Replies

ShadowOfThePittoday at 12:06 PM

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.