Very Simple JS Notifications Library
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/401626/796156/Notify%20Library.js
Example
new Notify({
text: 'Notification Text',
type: 'success',
timeout: false // Sticky Notifications
}).show();