logoalt Hacker News

lukanyesterday at 6:45 PM1 replyview on HN

"don't think about triggering a focus change event on your browser, it gets reported)."

So .. my approach would be to just open dev tools and deactivate that event.

Show of practical skill or cheating?


Replies

supriyo-biswastoday at 5:48 AM

Switching to devtools also triggers a focus change and is detectable by other means (such as repeatedly invoking a debugger statement).

show 1 reply