Skype Emoticons Database

Used in my Skype Emoticons for Facebook script

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/6191/23445/Skype%20Emoticons%20Database.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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' />"
}