Turning off Inbox Notifications for applied rules

I installed the Chrome extension “Stylebot”, and I can hide the “toast notifications” with this piece of code:

div.ToastContainer.SuccessToast {
visibility: hidden;
}

1 Like