diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/watch.ecr | 6 |
1 files changed, 6 insertions, 0 deletions
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 = ` + <div> + <h3> + <a href="javascript:void(0)" onclick="toggle_comments(this)">[ - ]</a> + <a target="_blank" href="https://www.youtube.com/watch?v=<%= video.id %>">View more comments on YouTube</a> + </h3> + </div> <div>{content_html}</div> <hr style="margin-left:1em; margin-right:1em;">`.supplant({ content_html: jsonResponse.content_html |
