3
1
Back

BARRIER.png a924f97182 Minor layout tweaks Based on https://github.com/oguzbilgic/fpd, which has broken alt tags if both exist Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); } // Awkward Zombie $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); function mangle_article($article) { if (!$alt_text || strpos($article['title'], $alt_text) !== False) { if (!$title_text || $title_text == $article['title'] || strpos($article['title.

New Pull Request