3
1
Back

// CTRL+ALT+DEL elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } Dead Philosophers Added BCN, Something Positive // Something Positive elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // Wondermark (alt tag already present foreach ($imgs as $img.

New Pull Request