'use strict'; var community_data = JSON.parse(document.getElementById('community_data').textContent); // first page of community posts are loaded without javascript so we need to update the Load more button var initialLoadMore = document.querySelector('a[data-onclick="get_youtube_replies"]'); initialLoadMore.setAttribute('href', 'javascript:void(0);'); initialLoadMore.removeAttribute('target'); function updateReplyLinkHtml(contentHtml) { return contentHtml.replace(/target="_blank" href="\/comment_viewer\?[^"]*"/g, 'href="javascript:void(0)"'); }; function get_youtube_replies(target) { var continuation = target.getAttribute('data-continuation'); var body = target.parentNode.parentNode; var fallback = body.innerHTML; body.innerHTML = '