nettleweb / jsconsole

An embeddable version of the JavaScript debug console

Home Page:https://whitespider.dev/ext/console/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An embeddable version of the JavaScript debug console

https://whitespider.dev/ext/console/

License:GNU General Public License v3.0


Languages

Language:TypeScript 84.2%Language:CSS 6.0%Language:JavaScript 4.7%Language:HTML 2.3%Language:Python 2.2%Language:Shell 0.7%