How to block Jira toast popups

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!

Advertisement

Posted

in

by

Tags:

Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s