通知栏
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/411280/847422/H2P%3A%20notify%20util.js을(를) 사용하여 포함하는 라이브러리입니다.
根据 greasyFork 指引,到脚本开头 require 本脚本
(($notifyMgr) => {
...
})($notifyMgr)
// 会返回创建的弹窗的 id
$notifyMgr.createNotify({ msg = '', type = notifyType.default, autoClose = true });
$notifyMgr.closeNotify(id = '');