More than 3 years have passed since last update.
絵文字登録ページで
Object.entries(Array.from(document.querySelectorAll("td[headers='custom_emoji_author']")).map(e => e.innerText.trim()).reduce((d, v) => { d[v] = (d[v] || 0) + 1; return d; }, {})).sort((a, b) => b[1] - a[1]).map(a => `${a[0]}: ${a[1]}`).join("\n")
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin