document.querySelectorAll('.github-emoji')
.forEach(el => {
if (!el.dataset.src) { return
2019-12-30