[Solved-5 Solutions] How does facebook disable the browser’s integrated developer tools - javascript tutorial
Problem:
How does facebook disable in the browser’s by using an integrated developer tools ?
Solution 1:
Some users to see if it can slow down some attacks where users are tricked pasting JavaScript code into the browser console.
Block hackers to try in the client-side. This protect against a specific social engineering attack. Chrome wraps all console code:
The site as redefines console._commandLineAPI to throw:
The console from user-side JS was a bug and fixed the issue.