Greasy Fork is available in English.
Toradorable Skins for a Toradorable skin changer.
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/24844/157909/Toradorable%20Animation%20for%20Toradorable%20Skin%20Changer.js
// ==UserScript==
// @name Toradorable Animation for Toradorable Skin Changer
// @namespace http://tampermonkey.net/
// @version 0.0.6
// @description Toradorable Skins for a Toradorable skin changer.
// @author Toradorable
// @grant none
// ==/UserScript==
var skinList = (typeof skinList === 'object') ? skinList : [];
skinList.push(
{name:"Toradora",
skin: [
500, "https://s22.postimg.org/jha3867up/image.png",
500, "https://s22.postimg.org/jrhlrimgx/image.png",
500, "https://s22.postimg.org/6xjjy691d/image.png",
500, "https://s22.postimg.org/idpyw7n7l/Ra2.png",
500, "https://s22.postimg.org/inxhfk1tt/exclam.png",
2000, "https://s18.postimg.org/tl8xraeux/Taiga_square.png"
]},
);
console.log("Added " + skinList[skinList.length - 1].name + " Animation to skinList.");