3
1
Back

New fetcher, use the ARTICLE_FILTER hook. } function hook_render_article($article) { return 2; } } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // CTRL+ALT+DEL elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // Wondermark (alt tag already present foreach ($imgs as $img) { $article['content'] .

New Pull Request