Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 840 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 840 Bytes

JSConsole

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.

Demo

Embed Code

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/" />

License

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.