RSS News Feed
You can share this story on social media:
{ if (mutationRecords[0].type === 'childList') { const frame = currentRoot.querySelector('iframe'); if (frame) { rootObserver.disconnect(); const frameObserver = new MutationObserver(mutationRecords => { if (mutationRecords[0].type === 'attributes') { const main = frame.contentWindow.document.documentElement.querySelector('.root'); if (main) { currentRoot.style.setProperty('--comments-height', `${main.clientHeight + 32}px`); } } }); frameObserver.observe(frame, { attributes: true, }); } } }); rootObserver.observe(currentRoot, { childList: true, }); if (!window.REMARK42) { !function (e, n) { for (var o = 0; o Show comments
Recent News