Tuvaremotes

Contains emotes for the unoeme and Tuvaro room.

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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);