3
1
Back

} if(ADD_IDS){ $article['content'] .= "

" . $entry->textContent . "

"; } } // Questionable Content (cleanup) // Questionable Content (cleanup) $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; // only keep everything starting at the first elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // Girls with Slingshots // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for feedback effects where one sequencer is interacting with another). More.

New Pull Request