3
1
Back

Own itch here. * Most important: Keep it simple. Follow one pattern. Class _comics extends Plugin { function hook_render_article($article) { $article['content'] .= "" . $msg . ""; // XKCD (alt tags we don't need to call out for elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // Breaking Cat News // Something Positive elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Poly In Pictures.

New Pull Request