Skip to content

Instantly share code, notes, and snippets.

View yungsamd17's full-sized avatar
Currently working on Sam's Twitch Live

Sam yungsamd17

Currently working on Sam's Twitch Live
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active May 9, 2024 06:47
Git Commit message Emoji
!function() {
var doc = document,
htm = doc.documentElement,
lct = null, // last click target
nearest = function(elm, tag) {
while (elm && elm.nodeName != tag) {
elm = elm.parentNode;
}
return elm;
};