Rich text console logging
Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.org/scripts/389748/730537/console-message-v2.js
Revamped version of library written using ES6 and with some added functionality.
Based on the original console.message library (the old version can be @required as a library from here still).
console.message()
.span({ color: 'red' })
.text('this is red! ')
.text('this is green! ', { color: 'green' })
.text('this is again red!')
.line('info')
.object(console)
.trace()
.line()
.element(document.body)
.print()