This script is intended to work with @require only. Exposes an instance of the Notifications class of this script to window.UserScript.Notifications
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/438798/1019652/UserScript%20Notification%20Framework.js을(를) 사용하여 포함하는 라이브러리입니다.
Not intended for installation, only used with @require
Exposes an instance of the Notifications class of this script to window.UserScript.Notifications
Example usage: window.UserScript.Notifications.notify('This is a notification', 'You got notified!', 'https://some-icon.png');