Does your Jira system frustrate you by showing a toast popup message every time you click a button?
Assuming that you are using Chrome browser, here is a client-side workaround to block those toasts.
Install the Chrome extension called Stylebot.
After entering your Jira portal, open Stylebot and add the following code:
div.aui-message.closeable.aui-message-success.aui-will-close {
display: none;
}
Voila! No more toasts!
Leave a Reply