This script is intended to work with @require only. Exposes an instance of the Notifications class of this script to window.UserScript.Notifications
Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greatest.deepsurf.us/scripts/438798/1019652/UserScript%20Notification%20Framework.js
Not intended for installation, only used with @require
Exposes an instance of the Notifications class of this script to window.UserScript.Notifications
Example usage: window.UserScript.Notifications.notify('This is a notification', 'You got notified!', 'https://some-icon.png');