Greasemonkey | Color Log

Colored logger for Greasemonkey scripts. Drop-in extension for 'window.console' logging methods (debug/info/log/warn/error). Control global debugging mode via GM_setValue('debug', value).

As of 2018-03-09. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/38888/257554/Greasemonkey%20%7C%20Color%20Log.js

Author
sidneys
Version
7.0.0
Created
2018-02-25
Updated
2018-03-09
Size
2.45 KB
License
N/A

Colored logger for Greasemonkey scripts.

Drop-in extension for 'window.console' logging methods (debug/info/log/warn/error).

Enable global debugging mode via GM_setValue('debug', value).