mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03:00
[VkBridge] Remove junky 'Show more' button (#3176)
This commit is contained in:
parent
0423e1f268
commit
fdf380bccd
1 changed files with 3 additions and 3 deletions
|
@ -76,9 +76,9 @@ class VkBridge extends BridgeAbstract
|
|||
$is_pinned_post = true;
|
||||
}
|
||||
|
||||
if (is_object($post->find('a.wall_post_more', 0))) {
|
||||
//delete link "show full" in content
|
||||
$post->find('a.wall_post_more', 0)->outertext = '';
|
||||
// Remove 'Show more' button
|
||||
foreach ($post->find('button.PostTextMore') as $junk) {
|
||||
$junk->outertext = '';
|
||||
}
|
||||
|
||||
$content_suffix = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue