3
1
Back

_comics/init.php 478 lines elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // XKCD (alt tags we don't need to call out for elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img_tag . $article['content']; } Various updates, additions Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // only keep everything starting at the first elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { // Alice Grove (get bigger image // $xpath.

New Pull Request