Neat stuff. I might also make one for <img> tag, as I've seen some bots posting only a single image with the text written on it. I guess the below would work?
.game_comments_widget.post_body img {display:none;}
.game_comments_widget.post_body p:has(img)::before {content: '[image hidden]'}