3
1
Back

_comics/init.php 264 lines define('ADD_IDS', True); class _comics extends Plugin { function init($host) { // Poorly Drawn Lines // Berkeley Mews // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // Dilbert elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath .

New Pull Request