console.message

Rich text console logging

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.greasyforks.org/scripts/370255/612436/consolemessage.js

Author
spiralx
Version
0.1.0
Created
2018-07-13
Updated
2018-07-13
Size
8.5 KB
License
N/A

console.message

Rich text console logging

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()
长期地址
遇到问题?请前往 GitHub 提 Issues。