isValid() && $response->getUrl()->match([ 'ideone.com/*', ]); } /** * {@inheritdoc} */ public function getCode() { $this->width = null; $this->height = null; $url = $this->getResponse()->getUrl(); $path = '/e.js'.$url->getPath(); return Utils::script($url->getAbsolute($path)); } }