document.querySelectorAll('.github-emoji')
.forEach(el => {
if (!el.dataset.s
2019-08-10