This script is intended to work with @require only. Exposes an instance of the Notifications class of this script to window.UserScript.Notifications
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/438798/1010206/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');