This script is intended to work with @require only. Exposes an instance of the Notifications class of this script to window.UserScript.Notifications
Version au
Ce script ne doit pas être installé directement. C'est une librairie destinée à être incluse dans d'autres scripts avec la méta-directive // @require https://update.greasyfork.org/scripts/438798/1010206/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');