3
1
Back

Do (wtf image size?) elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // replace the

(containing project wonderful) with nothing $article['content'] = preg_replace("@@", '', $article['content']); Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } // Wondermark (alt tag elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // PhD Unknown elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { // Scenes From A Multiverse (to get alt tags.

New Pull Request