UserScript Notification Framework

This script is intended to work with @require only. Exposes an instance of the Notifications class of this script to window.UserScript.Notifications

À partir de 2022-01-19. Voir la dernière version.

Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greatest.deepsurf.us/scripts/438798/1010206/UserScript%20Notification%20Framework.js

Auteur
Xortrox
Version
0.3
Créer
2022-01-19
Mis à jour
2022-01-19
Taille
1,64 ko
Licence
MIT

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');