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.
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/" />
All contents within this project are licensed under the GPL-3.0 License. See LICENSE.md
for more information.