Skip to content

Instantly share code, notes, and snippets.

@operateur-mar
Created December 4, 2018 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save operateur-mar/8617cfcdc84c6a5b424c00c4e3f1e1e8 to your computer and use it in GitHub Desktop.
Save operateur-mar/8617cfcdc84c6a5b424c00c4e3f1e1e8 to your computer and use it in GitHub Desktop.
//Stylize a Console Message :
console.log("%cSTOP : ", "font-size:35px;color:red;font-weight:bold;");
let message = "This is a browser feature intended for developers. If someone told you to copy-paste something here to enable a Facebook feature or someone's account, it is a scam and will give them access to your Facebook account.";
console.log("%c%s","font-size : 20px;letter-spacing : 2;",message);
// www.aqweeb.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment