It is possible to build your own UI around Nectar Ninja's messaging system. Here's an example:
window.nectarninja = {
onMessage: function (message) {
console.log(message);
// message.text is the textual content of the message
// message.type is either 'alert' or 'notification'
// message.url is either null or a valid URL
}
}If you don't wish to display the popup at all you can hide it using JavaScript:
window.nectarninja = {
showPopup: false
}For easier development you can delete the field sentry-close-timestamp in your cookies, this brings back a read or closed message.
Wrap all your styles in a .sentry-v1 selector. That way the popup will remain usable if we ever change it radically.