image(s)?
function remove_images() {
this->response_body = preg_replace('#<(img|image)[^>]*?>#si', '',
this->response_body); }