您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
Dabasaur Animation for a Toradorable skin changer.
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/24901/158216/iWubbz%27s%20Candy%20Animation%20for%20Toradorable%20Skin%20Changer.js
// ==UserScript== // @name iWubbz's Candy Animation for Toradorable Skin Changer // @namespace http://tampermonkey.net/ // @version 0.0.1 // @description Dabasaur Animation for a Toradorable skin changer. // @author Toradorable // @grant none // @require http://greasyfork.icu/scripts/24894-toradorable-animator/code/Toradorable%20Animator.js // ==/UserScript== // Add animation animator.importSkinList( // First argument is a skin list array. // Below is iWubbz's candy skinList, all credit for thease images goes to them. // http://greasyfork.icu/en/scripts/23677-iwubbz-candy-skin-changer/code ["http://i.imgur.com/1JQqUzR.png", "http://i.imgur.com/VKcEy4k.png", "http://i.imgur.com/FKsf0PC.png", "http://i.imgur.com/zg6Oxzo.png", "http://i.imgur.com/EPawa6H.png", "http://i.imgur.com/NyKl8tG.png" ], // Second argument is optional. However, I recomend setting title at the least. //defaultDisplayTime is 1000 (1 second) by default. //All frames will be displayed for defaultDisplayTime milliseconds. //Use animator.addAnimation if you want different display times per frame. {title: "iWubbz's Candy", defaultDisplayTime: 500} ); // ^^ Importing skin lists is as easy as stealing candy from iWubbz. ^^