Created
May 22, 2018 15:46
-
-
Save kevindaus/0edef334051c21398a5b185f14a8ea61 to your computer and use it in GitHub Desktop.
Log with colors Javascript
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("%c WARNING!!!", "color:#FF8F1C; font-size:40px;"); | |
console.log("%c This browser feature is for developers only. Please do not copy-paste any code or run any scripts here. ", "color:#003087; font-size:12px;"); | |
console.log("%c For more information, http://en.wikipedia.org/wiki/Self-XSS", "color:#003087; font-size:12px;"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment