document.querySelectorAll('.github-emoji')
.forEach(el => {
if (!el.dataset.src) { ret
2022-08-16