From 9fd0a02f1682ce95dce60c5bd7523af47f14397e Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 4 Aug 2018 09:36:05 -0500 Subject: [PATCH] Add 'watch comments on YouTube button' --- src/invidious/views/watch.ecr | 6 ++++++ 1 file changed, 6 insertions(+) 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