3
1
Back

// Gunnerkrigg Court elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); // only keep everything starting at the first if(preg_match("@.*()@", $article['content'], $matches)){ $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $img_tag . $article['content']; } // Least I Could Do (wtf image size?) $xpath = new DOMXPath($doc); return $xpath; } function hook_render_article_cdm($article) { return 2; } } // Dilbert elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // XKCD (alt tags we don't need to call out for) $article['content'] = $this->get_img_tags($xpath.

New Pull Request