Very Simple JS Notifications Library
สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.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();