Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| let listOfRecentContacts = document.getElementsByClassName("_3j7s9"); | |
| console.log("listOfRecentContacts.length = " + listOfRecentContacts.length); | |
| var eventToSwitchMessageBox = new MouseEvent('mousedown', { | |
| bubbles: true, | |
| }); | |
| let count =1; | |
| let openMessageBox = setInterval(function(){ | |
| // if(count>listOfRecentContacts.length) { | |
| if(count>5) { | |
| console.log("Clearing interval with clearInterval..."); |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |