3
1
Back

52a9fa26f6 achewood, gwss fix, fix for when invisible bread has no bread elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // Dead Philosophers $doc->loadHTML($article['content']); // Dinosaur Comics Cleanup $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] = preg_replace("@@", .

New Pull Request