画像の背景を以前のスタイル(白地に中央表示)へ戻すuserContent.css ですが
@-moz-document regexp("^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)\.(jpe?g|png|gif|bm),url-prefix(data:image/) {
@media not print {
body {
background-color: #fff !important;
background-image: none !important;
}
img {
position: relative !important;
}
}
}


https://twimg0-a.akamaihd.net/profile_images/2490839710/profile_image
のような場合どうすれば同じように適用できますか