Nice project. I wrote something very similar little while ago so I could see console messages on mobile devices where proper debugging with ADB or Safari isn't an option - <a href="https://github.com/onion2k/console.js" rel="nofollow">https://github.com/onion2k/console.js</a> - my version hijacks console.[log|info|warn|error] rather than just log.<p>That said though, if you have the option then the bookmarklet version of Firebug Lite is much nicer: <a href="https://getfirebug.com/firebuglite" rel="nofollow">https://getfirebug.com/firebuglite</a>
>Ever faced a situation where you said "Why doesn't this bug show up when developer console is open!!"? And since the bug doesn't show when you have console open, you cannot do debug logging using console.log.<p>Not since IE8, really. Is this a thing? Still a nice project though.