#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 () {
var jsCode = document.createElement('script');
jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/10368913/raw/ae08f049ae42bfd7394eb87dbcf8b4e0dff38f67/showEmoticos.js');
document.body.appendChild(jsCode);
}());