Tuvaremotes

Contains emotes for the unoeme and Tuvaro room.

当前为 2016-02-04 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name        Tuvaremotes
// @namespace   Tuvaro
// @description Contains emotes for the unoeme and Tuvaro room.
// @version     1.18
// ==/UserScript==

//allow for multiple @require in the emotes loader
var temp = [];
if (typeof(emotes) !== 'undefined') {
    temp = emotes;
}
var temp2 = [];
if (typeof(nsfwEmotes) !== 'undefined') {
    temp2 = nsfwEmotes;
}
var emotes = [
        { src:'https://dl.dropboxusercontent.com/u/13049328/robotnik.png', width:64, height:64, title:'peace' },
		{ src:'https://dl.dropboxusercontent.com/u/13049328/lepointy.gif', width:64, height:64, title:'pointy' },
{ src: 'https://dl.dropboxusercontent.com/u/13049328/rapetime2.png', width:120, height:96, title:'rapehd' },
        { src: 'http://i.imgur.com/MCEZvBi.jpg', width:120, height:96, title:'forhim' },
{ src: 'http://i.imgur.com/4aGWEjk.jpg', width:80, height:80, title:'howdareyou' },
{ src: 'https://dl.dropboxusercontent.com/u/13049328/1414518384612.png', width:80, height:64, title:'harold' }
    ],
    nsfwEmotes = [
		{}
    ];
emotes = temp.concat(emotes);
nsfwEmotes = temp2.concat(nsfwEmotes);