Greasy Fork

Dancing Cat Animation for Toradorable Skin Changer

Dancing Cat Animation for a Toradorable skin changer.

目前为 2016-11-15 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.icu/scripts/24858/157908/Dancing%20Cat%20Animation%20for%20Toradorable%20Skin%20Changer.js

// ==UserScript==
// @name         Dancing Cat Animation for Toradorable Skin Changer
// @namespace    http://tampermonkey.net/
// @version      0.0.1
// @description  Dancing Cat Animation for a Toradorable skin changer.
// @author       Toradorable
// @grant        none
// ==/UserScript==

// check if skinList exist and create it if it doesn't
var skinList = (typeof skinList === 'object') ? skinList : [];

// Add animation to skinList
skinList.push(
	{name:"Dancing Cat",
	skin: [
		500, "https://s11.postimg.org/51bh2tc6r/frame_0_delay_0_5s.gif",
		500, "https://s11.postimg.org/uy55fffub/frame_1_delay_0_5s.gif",
		800, "https://s11.postimg.org/po06o4vlf/frame_2_delay_0_8s.gif",
		200, "https://s11.postimg.org/8or88vkdv/frame_3_delay_0_2s.gif",
		200, "https://s11.postimg.org/nyr3g2fw3/frame_4_delay_0_2s.gif",
		200, "https://s11.postimg.org/6zi50t4oj/frame_5_delay_0_2s.gif",
		200, "https://s11.postimg.org/coydl4aur/frame_6_delay_0_2s.gif",
		200, "https://s11.postimg.org/dsihx2vhv/frame_7_delay_0_2s.gif",
		200, "https://s11.postimg.org/6dxrifz03/frame_8_delay_0_2s.gif",
		200, "https://s11.postimg.org/74qho81df/frame_9_delay_0_2s.gif",
		500, "https://s11.postimg.org/p8ti8uz1v/frame_10_delay_0_5s.gif"
	]},
);
console.log("Added " + skinList[skinList.length - 1].name + " Animation to skinList.");