Skip to content

Instantly share code, notes, and snippets.

@nico159
Created November 22, 2012 21:02
Show Gist options
  • Select an option

  • Save nico159/4132907 to your computer and use it in GitHub Desktop.

Select an option

Save nico159/4132907 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
window.emoticons = Object.freeze({
':)': 'http://img.forumfree.net/html/emoticons/smile.gif',
':D': 'http://img.forumfree.net/html/emoticons/biggrin.gif',
';)': 'http://img.forumfree.net/html/emoticons/wink.gif',
':P': 'http://img.forumfree.net/html/emoticons/tongue.gif',
'^_^' : 'http://img.forumfree.net/html/emoticons/happy.gif',
'-_-' : 'http://img.forumfree.net/html/emoticons/sleep.gif',
':(': 'http://img.forumfree.net/html/emoticons/sad.gif',
':rolleyes:' : 'http://img.forumfree.net/html/emoticons/rolleyes.gif'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment