Skip to content

An embeddable version of the JavaScript debug console

License

Notifications You must be signed in to change notification settings

nettleweb/jsconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.