mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[VkBridge] Remove junky 'Show more' button (#3176)
This commit is contained in:
parent
0423e1f268
commit
fdf380bccd
@ -76,9 +76,9 @@ class VkBridge extends BridgeAbstract
|
|||||||
$is_pinned_post = true;
|
$is_pinned_post = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_object($post->find('a.wall_post_more', 0))) {
|
// Remove 'Show more' button
|
||||||
//delete link "show full" in content
|
foreach ($post->find('button.PostTextMore') as $junk) {
|
||||||
$post->find('a.wall_post_more', 0)->outertext = '';
|
$junk->outertext = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$content_suffix = '';
|
$content_suffix = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user