3
1
Back

F5fc556ca298718ed9c38de316ac4c166fbbe181 Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Scenes From A Multiverse Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); Created by editing arbitrary text (using size = 200: // surface("FIREBALL VCO.png", center=true, invert=false); More experimentation with panel title fonts From aa85775b4759021aae3f9b898bf346f9066d11e7 Mon Sep 17 00:00:00.

New Pull Request