diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 3b72f82a..b6119468 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -284,6 +284,12 @@ function get_youtube_comments() { function(jsonResponse) { comments = document.getElementById('comments'); comments.innerHTML = ` +
+

+ [ - ] + View more comments on YouTube +

+
{content_html}

`.supplant({ content_html: jsonResponse.content_html