What I could suggest is in case not having a src="" remove it and you can
img {
display: none;
}
img[src] {
display: block;
}
or if you know like the url contains some special word, like http you can do:
img[src*="http"] {
display: block;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…