Read console calls across multiple browsers with this simple tool.
A javascript tool to runtime capture console logs across multiple devices and browsers.
Simply add 'true' to a console param in the URL and it's done.
You can host on your server and call it inside the <head> tag (preferably on top):
<script src="console.js"></script>You can also import the original or minified "-min" from a third-party (GitHub) inside the <head> tag:
<script src="https://jonnypaes.github.io/console.js/console-min.js"></script>And last but not least, you can use a minified version from JSDelivr (Recommended):
<script src="https://cdn.jsdelivr.net/gh/jonnypaes/console.js/console-min.js"></script>Simply add ?console=true at the end of the URL and you will trigger the console.
https://jonnypaes.github.io/console.js/?console=true- Show file content inside a virtual object
- Highlights the line inside the virtual object
- Capture logs from header and body
- Error stack parser kinda buggy