3
1
Back

(strpos($article["link"], "eatthattoast.com/comic/") !== FALSE && // SatW // SatW elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div//img[contains(@src, 'images') and contains(@src, 'comics')]", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users) Clean up code formatting; added a few due to referer checks 943ef1409b Fix getting a bunch of wires backwards e6b834b08c Fix floating.

New Pull Request