Very Simple JS Notifications Library
Ezt a szkriptet nem ajánlott közvetlenül telepíteni. Ez egy könyvtár más szkriptek számára, amik tartalmazzák a // @require https://update.greatest.deepsurf.us/scripts/401626/1109786/Notify%20Library.js hivatkozást.
Very simple JS Notifications Library with integrated CSS
Example
new Notify({
text: 'Notification Text',
type: 'success',
timeout: false // Sticky Notification
}).show();