JSConsole is a complete rewrite of the debug console within Chrome DevTools, in pure JavaScript. It allows website developers to access the debug console on mobiles and managed devices that have prevented the use of Chrome DevTools. It is designed to be lightweight (with only a few files and minimal dependencies) for reducing the performance impact when embedded.
You can embed JSConsole into your website with the following code:
<embed type="text/plain" width="1024" height="768" src="https://nettleweb.com/ext/console/" />
All code and files within this repository are licensed under the MIT License. You are free to modify or redistribute this project under the terms stated in LICENSE.md
.