- Repoistory
- Based on http://stackoverflow.com/a/13817235/989920
- Support for basic console logging functions
- Clone or download this repoistory
- Install node
- Run
npm install
- Copy the js in dist to your JavaScript "vendor" folder (in this case, I am using
js/vendor
) - Include the script in your html file
<script src="js/vendor/console.protect.min.js"></script>