Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created August 24, 2012 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyolk/3444049 to your computer and use it in GitHub Desktop.
Save yyolk/3444049 to your computer and use it in GitHub Desktop.
Emojii on FB bookmarklet
javascript:(function(){var emojii = prompt(">"); prompt('',"http://www.emoji-cheat-sheet.com/graphics/emojis/"+emojii.substring(1, emojii.length-1)+".png");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment