Greasy Fork is available in English.

console.message

Rich text console logging

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://update.greasyfork.org/scripts/370255/612436/consolemessage.js

المؤلف
spiralx
الإصدار
0.1.0
تم إنشاؤه
13-07-2018
تم تحديثه
13-07-2018
الترخيص
لا يوجد

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