Tutorial CODE TO DISABLE BROWSER DEV TOOLS Paste this code into an empty place at the bottom of: chat.php Dev tools console coding section disabled. You cannot copy and paste in any way. PHP Code: <script src="https://cdn.jsdelivr.net/npm/disable-devtool"></script> <script> DisableDevtool({ // The parameters are the same as in 3.1 }) </script>