Detect use of developer tools

Joined
Jan 18, 2021
Messages
2
Reaction score
0
Anyone know how to detect the use of dev tools in the different browsers? Projectfreetv does it somehow, when you open devtools it basically clears the dom. Looked for the relevant event listener but came up with nothing.
 
Do you need something like this: https://sindresorhus.com/devtools-detect/

Is a github project. Maybe it might help you.

It detects by comparing the windows screen with the page screen. Can bypass by open the dev tool in new windows.
 
Back
Top