Greasy Fork is available in English.
Dancing Cat Animation for a Toradorable skin changer.
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/27468/175837/Dancing%20Cat%20Animation%20for%20Toradorable%20Skin%20Changer.js
// ==UserScript==
// @name Dancing Cat Animation for Toradorable Skin Changer
// @namespace http://tampermonkey.net/
// @version 0.0.3
// @description Dancing Cat Animation for a Toradorable skin changer.
// @author Toradorable
// @grant none
// @require http://greasyfork.icu/scripts/24894-toradorable-animator/code/Toradorable%20Animator.js
// ==/UserScript==
animator.addAnimation(
{title:"Vitality Skins",
frames: [
{time: 500, url: "http://i.imgur.com/CkVTg8Z.jpg", nick: "Psyche"},
{time: 500, url: "http://i.imgur.com/IuWTL6C.jpg", nick: "Psyche"},
{time: 500, url: "http://i.imgur.com/W0eTwNH.jpg", nick: "Psyche"},
{time: 500, url: "http://i.imgur.com/cHSlg0T.png", nick: "Psyche"},
{time: 500, url: "http://i.imgur.com/6ABrt1u.jpg", nick: "Psyche"},
]}
);