3
1
Back

Kosmo_panel Subject: [PATCH] More layout updates ttrss-plugin- _comics/init.php 334 lines if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); // Alice Grove bigger img elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $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'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Gunnerkrigg Court elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { // Dead Philosophers $doc->loadHTML($article['content']); // Dinosaur Comics Cleanup $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $doc->saveXML(); } Some comics supported elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE The MIT License Copyright (c) 2018-2023 Lars Willighagen Permission is hereby granted, free of charge, to any person obtaining a copy The MIT License Copyright (c) Yasuhiro MATSUMOTO MIT License Copyright (c) 2016 Aliaksandr Valialkin, VertaMedia Permission is hereby granted, free of charge, to any person obtaining a copy MIT License (MIT) Copyright (c) 2017 Kevin Burke. Permission is hereby granted, free of charge, to any person obtaining a copy The MIT License (MIT) Copyright (c) 2016-present Sultan Tarimo Permission is hereby granted, free of charge, to any person obtaining Copyright (c) 2019 Klaus Post. All rights reserved. Redistribution and use in source and binary.

New Pull Request