Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 878 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 878 Bytes

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.