3
1
Back

Broken alt tags elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Camp Weedonwantcha elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); } // Two Lumps elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Alice Grove (get bigger image // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); // Alice Grove bigger img elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // Scenes From.

New Pull Request