mikewgd.com

Console Log

Back to the Work

A tool for programmers to see a viewable console in the browser. Meant to be used on mobile devices and/or browsers that do not support the console object. The script uses device detection (user agent sniffing) and if the console object is undefined; It then overwrites the console object. Check out the demo below or Give it a try!

A demo of the tool being used on an iPhone.

This is a bare bones console, not a replacement for the browsers console. Some of the supported functions include: log, time, timeEnd, and more.

Vanilla JS

Visit Site