3
1
Back

/* [Basic Parameters] */ // Girls with Slingshots // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Doghouse Diaries, which has broken alt tags if both exist elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Camp Weedonwantcha elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // Alice Grove (get bigger image) // Alice Grove bigger img Pain Train (to get alt tag elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $doc.

New Pull Request