Skype Emoticons Database

Used in my Skype Emoticons for Facebook script

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/6191/23445/Skype%20Emoticons%20Database.js

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

You will need to install an extension such as Tampermonkey to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

// ==UserScript==
// @name        Skype Emoticons Database
// @description Used in my Skype Emoticons for Facebook script
// @namespace   http://idonthaveasite.com
// @author      Peter Petrinec
// @version     1.0
// ==/UserScript==

var emoticons = {
    "hug"      : "<img src='http://www.skype-emoticons.com/images/emoticon-00134-bear.gif' />",
    "drunk"    : "<img src='http://www.skype-emoticons.com/images/emoticon-00175-drunk.gif' />",
    "rock"     : "<img src='http://www.skype-emoticons.com/images/emoticon-00178-rock.gif' />",
    "headbang" : "<img src='http://www.skype-emoticons.com/images/emoticon-00179-headbang.gif' />",
    "fubar"    : "<img src='http://www.skype-emoticons.com/images/emoticon-00181-fubar.gif' />",
    "poolparty": "<img src='http://www.skype-emoticons.com/images/emoticon-00182-poolparty.gif' />",
    "swear"    : "<img src='http://www.skype-emoticons.com/images/emoticon-00183-swear.gif' />",
    "tmi"      : "<img src='http://www.skype-emoticons.com/images/emoticon-00184-tmi.gif' />",
    "mooning"  : "<img src='http://www.skype-emoticons.com/images/emoticon-00172-mooning.gif' />",
    "hollest"  : "<img src='http://i.minus.com/ibcEal2snJcYeH.gif' />",
    "facepalm" : "<img src='http://i.minus.com/ifOPMnZlHNYbj.gif' />",
    "finger"   : "<img src='http://www.skype-emoticons.com/images/emoticon-00173-middlefinger.gif' />",
    "puke"     : "<img src='http://www.skype-emoticons.com/images/emoticon-00119-puke.gif' />"
}