Have you ever tried chrome inspector with Facebook? If so, I am sure you have seen this. This warning message is to help prevent Self-XSS scams.
Image may be NSFW.
Clik here to view.
Self-XSS
Self-XSS is a social engineering attack that is designed to gain control of your social media account. In a self-XSS attack, an attacker convinces a user to runs malicious code on the address bar of his/her web browser.
Following video covers both share-baiting (a pure social engineering attack) and self-XSS (a combination of social engineering and a browser vulnerability).
Addition Reference:
How to create formatted console.log message
https://developer.chrome.com/devtools/docs/console
console.log ("%cThis will be formatted with large, blue text", "color: blue; font-size: x-large");
Image may be NSFW.
Clik here to view.
How Facebook disabled Chrome developer console earlier
Filed under: CodeProject, JavaScript, Social Media, Web Tagged: Chrome, client side scripts, Facebook, google, Security, Self-XSS, technology, Web, XSS Image may be NSFW.
Clik here to view.

Clik here to view.
