Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

slymax/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console.js is a JavaScript console for the browser that intercepts console messages and collects errors. This can be useful in environments where no browser console is available.

Console.js can be enabled by adding a script tag to your HTML, preferably at the beginning of the <body> tag:

<script src="https://cdn.jsdelivr.net/combine/npm/vue@2/dist/vue.min.js,gh/slymax/[email protected]/console.min.js"></script>

You can also inject Console.js into an existing website by executing the following in your browser console:

(function(){s=document.createElement("script");s.src="https://cdn.jsdelivr.net/combine/npm/vue@2/dist/vue.min.js,gh/slymax/[email protected]/console.min.js";document.head.appendChild(s);}());

About

a javascript console for the browser

Resources

Stars

Watchers

Forks

Packages

No packages published