Notifications
API for sending and logging notifications
Install:
// @require https://github.com/tumble1999/bc-notify/raw/master/bc-notify.user.js
Usage
BCNotify.notify({
mod: {
name: "Mod Name"
},
title: "Hello World",
body: "This is some text",
//optional
icon: "url to icon"
});
Recommended