Skip to content

Instantly share code, notes, and snippets.

@vibragiel
Created April 10, 2014 11:28
Show Gist options
  • Save vibragiel/10370832 to your computer and use it in GitHub Desktop.
Save vibragiel/10370832 to your computer and use it in GitHub Desktop.
Bookmarklet to show handy copyable emoticons. Standalone version.

#Look Of Disapproval bookmarklet

This bookmarklet shows the look of disapproval emoticon, plus a bunch of other handy ones. It's based on maciak's bookmarklet, but uses an alert() instead.

Create a bookmark in your bookmarks toolbar and paste the following code into the URL/Location field:

javascript: (function () {
alert("ಠ_ಠ\nಠ_ರೃ\nಥ_ಥ\nಥ◡ಥ\nಠ╭╮ಠ\n⊙▃⊙\n(╯°□°)╯︵ ┻━┻\n¯\_(ツ)_/¯\n(╥﹏╥)\n◉‿◉");
}());
@versae
Copy link

versae commented Jun 3, 2014

( ͡° ͜ʖ ͡°)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment