3
1
Back

$article['content']; } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= $aftercomic; } } // CTRL+ALT+DEL // Three Panel Soul // Two Lumps // Two Lumps // Breaking Cat News elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') .

New Pull Request