此方式可將 inspect 打開後所看到的 log 變模糊,但不是每個瀏覽器都適用,目前測試 Chrome, Safair, Opera 可以正常運作。
This file contains 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
var _log = console.log; | |
console.log = function() { | |
_log.call(console, '%c' + [].slice.call(arguments).join(' '), 'color:transparent;text-shadow:0 0 2px rgba(0,0,0,.5);'); | |
}; |
沒有留言:
張貼留言