document.querySelectorAll('.github-emoji')
.forEach(el => {
if (!el.dataset.src) { retur
2020-09-21