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

От 19.01.2022. Виж последната версия.

Този скрипт не може да бъде инсталиран директно. Това е библиотека за други скриптове и може да бъде използвана с мета-директива // @require https://update.greatest.deepsurf.us/scripts/438798/1010236/UserScript%20Notification%20Framework.js

Автор
Xortrox
Версия
0.3
Създаден
19.01.2022
Обновен
19.01.2022
Размер
2 КБ
Лиценз
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');