Colors in JavaScript console

前端 未结 27 2225
说谎
说谎 2020-11-22 11:42

Can Chrome\'s built-in JavaScript console display colors?

I want errors in red, warnings in orange and console.log\'s in green. Is that possible?

27条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-22 12:13

    I wrote a reallllllllllllllllly simple plugin for myself several years ago:

    To add to your page all you need to do is put this in the head:

    
    
                                     
                  
提交回复
热议问题