Greasemonkey | Color Log

Colored logger for Greasemonkey scripts. Drop-in extension for 'window.console' logging methods (debug/info/log/warn/error). Set 'window.DEBUG' to 1 to show debug() messages.

2018-03-09 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

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/257555/Greasemonkey%20%7C%20Color%20Log.js

लेखक
sidneys
आवृत्ती
7.7.7
बनवली
2018-02-25
अपडेट केली
2018-03-09
आकार
2.45 KB
License
नाही

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