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

2022-01-19 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greatest.deepsurf.us/scripts/438798/1010236/UserScript%20Notification%20Framework.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
Xortrox
버전
0.3
생성일
2022-01-19
갱신일
2022-01-19
크기
1.64KB
라이선스
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');