3
1
Back

_comics/init.php 468 lines elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { // SBMC elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { // Robot Hugs elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) .

New Pull Request