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

Versión del día 19/1/2022. Echa un vistazo a la versión más reciente.

Este script no debería instalarse directamente. Es una biblioteca que utilizan otros scripts mediante la meta-directiva de inclusión // @require https://update.greatest.deepsurf.us/scripts/438798/1010206/UserScript%20Notification%20Framework.js

Autor
Xortrox
Versión
0.3
Creado
19/1/2022
Actualizado
19/1/2022
Tamaño
1,64 KB
Licencia
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');