Greasy Fork

Toradorable Skin List

Toradorable Skins for a Toradorable skin changer.

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

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

// ==UserScript==
// @name         Toradorable Skin List
// @namespace    http://tampermonkey.net/
// @version      0.0.5
// @description  Toradorable Skins for a Toradorable skin changer.
// @author       Toradorable
// @grant        none
// ==/UserScript==

/*
 *  Skin Variables
 */

// Skin Lists



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 Toradorable Skin to skinList.");