Skip to content

Instantly share code, notes, and snippets.

@sysnajar
Created September 18, 2017 01:09
Show Gist options
  • Save sysnajar/dd8561c7bb8fc745c897817009cd3440 to your computer and use it in GitHub Desktop.
Save sysnajar/dd8561c7bb8fc745c897817009cd3440 to your computer and use it in GitHub Desktop.
Add styles to text in console.log
console.log("%cWarning message", "font: 2em sans-serif; color: yellow; background-color: red;");
}, 1);
credit : https://stackoverflow.com/questions/21692646/how-does-facebook-disable-the-browsers-integrated-developer-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment