Greasemonkey | Colored Logger

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).

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/257550/Greasemonkey%20%7C%20Colored%20Logger.js

Author
sidneys
Version
4.1.0
Created
2018-02-25
Updated
2018-03-09
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).