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

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSConsole

JSConsole is a complete rewrite the debug console within Chrome DevTools in pure JavaScript. It is mainly used in the following cases:

  • The browser does not have a built-in debug console (ie. Chrome on Android)
  • The built-in console is blocked by the device policy. This happens on most managed Chromebooks.

There is also a demo version of JSConsole available on the WhiteSpider website.

Embed Code

You can embed JSConsole into your website with the following code:

<embed type="text/plain" width="1024" height="768" src="https://whitespider.dev/ext/console/" />

License

All contents within this project are licensed under the GPL-3.0 License. See LICENSE.md for more information.