Removes the error, replacing with nothing and making the background colour transparent.
/* ==UserStyle==
@name uKvAc - Imgur Fixur (Transparent Background)
@namespace eliotcole Scripts
@version 2.0
@description Removes the error, replacing with nothing and making the background colour transparent.
@author eliotcole
@license MIT
@preprocessor default
==/UserStyle== */
@-moz-document domain(ukvac.com) {
.nodeImgPreview {
background-color: transparent !important;
background-image: none !important;
}
.avatar img {
background-color: transparent !important;
}
}