Rich text console logging
بۇ قوليازمىنى بىۋاسىتە قاچىلاشقا بولمايدۇ. بۇ باشقا قوليازمىلارنىڭ ئىشلىتىشى ئۈچۈن تەمىنلەنگەن ئامبار بولۇپ، ئىشلىتىش ئۈچۈن مېتا كۆرسەتمىسىگە قىستۇرىدىغان كود: // @require https://update.greasyfork.org/scripts/370255/612436/consolemessage.js
From github.com/astoilkov/console.message.
Example:
console.message()
.span({ color: 'red' })
.text('this is red! ')
.span({ color: 'green' })
.text('this is green! ')
.spanEnd()
.text('this is again red!')
.spanEnd()
.line()
.element(document.body)
.print()