我的日志输出面板-测试函数

简单的日志panel

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/508706/1448790/%E6%88%91%E7%9A%84%E6%97%A5%E5%BF%97%E8%BE%93%E5%87%BA%E9%9D%A2%E6%9D%BF-%E6%B5%8B%E8%AF%95%E5%87%BD%E6%95%B0.js

Author
inDarkness
Version
2024-08-09
Created
2024-09-16
Updated
2024-09-16
License
N/A

unsafeWindow.LogPanel.openPanel()
unsafeWindow.LogPanel.addHtmlLog(`

hi

`)
unsafeWindow.LogPanel.addTitleLog('购买', '购买成功了')
unsafeWindow.LogPanel.addTitleLog('购买', '购买成功了', 'warn')
unsafeWindow.LogPanel.clearLog()