Tuvaremotes

Contains emotes for the unoeme and Tuvaro room.

目前為 2016-02-03 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Tuvaremotes
// @namespace   Tuvaro
// @description Contains emotes for the unoeme and Tuvaro room.
// @version     1.17
// ==/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);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址