Very Simple JS Notifications Library
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @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();