3
1
Back

File f6c7924538 Messing around with panel title fonts More experimentation with panel title fonts } // $article['content'] = preg_replace("@@", '', $article['content']); } // Dinosaur Comics Cleanup elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // only keep everything starting at the.

New Pull Request