Labels Milestones
BackREADME correction and edits README.md file adds README.md file afea9d5a2cf23e2a33a2927086270d4d602f5a2b 46614f2341 Go to file 2a5bb74bbd Stuff all teh scad files in ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article["content"], "//www.vgcats.com/comics/?strip_id=") !== FALSE) { elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Cyanide & Happiness elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] .= "
" . $msg . ""; } } // replace the