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

Этот скрипт недоступен для установки пользователем. Он является библиотекой, которая подключается к другим скриптам мета-ключом // @require https://update.greasyfork.org/scripts/438798/1019652/UserScript%20Notification%20Framework.js

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