Contains emotes for the unoeme and Tuvaro room.
目前為
// ==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);