Created
September 18, 2017 01:09
-
-
Save sysnajar/dd8561c7bb8fc745c897817009cd3440 to your computer and use it in GitHub Desktop.
Add styles to text in console.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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