Skip to content

Instantly share code, notes, and snippets.

@mscalora
Created August 18, 2017 19:41
Show Gist options
  • Save mscalora/ed7ed90d78c036ec116c57313930f131 to your computer and use it in GitHub Desktop.
Save mscalora/ed7ed90d78c036ec116c57313930f131 to your computer and use it in GitHub Desktop.
<div id="twt-comments"></div>
<script>
document.querySelectorAll('#ArchiveList .posts a').forEach(function (a) {
var span = document.createElement('span');
span.setAttribute('twt-comment-count', a.getAttribute('href'));
a.insertAdjacentHTML('beforeend', ' [');
a.insertAdjacentElement('beforeend', span);
a.insertAdjacentHTML('beforeend', ']');
});
h2 = document.querySelector('.main .date-header');
h2.insertAdjacentHTML('beforeend', '&nbsp;-&nbsp;<a href="#twt-comments" style="display: none; font-size: 85%; color: inherit;"><span twt-comment-count>0</span>&nbsp;comments</a>');
</script>
<script twt-site-id="0000015dc2a62cc9_687f8e1" src="https://twt-dev2-ms.firebaseapp.com/the-world-table.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment