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
<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 visibilityPress Shift + i to toggle the console