I installed the Chrome extension “Stylebot”, and I can hide the “toast notifications” with this piece of code:
div.ToastContainer.SuccessToast {
visibility: hidden;
}
I installed the Chrome extension “Stylebot”, and I can hide the “toast notifications” with this piece of code:
div.ToastContainer.SuccessToast {
visibility: hidden;
}