FakeConsole.js

Easily debug JavaScript code on your phone or tablet with a custom console. It mirrors error messages and logs that would be printed to devtools

Download

Download fakeConsole.js

Usage

<script src="fakeConsole.js"></script>
<-- or -->
<script src="https://aaserver.net/libraries/fakeConsole/fakeConsole-3.0.js"></script>
var fc = new FakeConsole();
fc.open(); // Show console
fc.close(); // Hide console
fc.toggle(); // Toggle console visibility
Press Shift + i to toggle the console