Skip to content

Instantly share code, notes, and snippets.

View minamarkham's full-sized avatar
🎯
Focusing on @slackhq things

Mina Markham minamarkham

🎯
Focusing on @slackhq things
View GitHub Profile
@minamarkham
minamarkham / emoji.js
Created October 28, 2015 18:17
Add emojis to URL
function emoji() {
if (navigator.userAgent.indexOf('Mac OS X') != -1) {
window.location.hash = "💋";
}
};
emoji();
// only works on Macs 😞