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