#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/ill/need/to/edit/this/showEmoticons.js');
document.body.appendChild(jsCode);
}());