您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Ayaya theme for Jstris
当前为
// ==UserScript== // @name Ayaya Theme // @namespace http://tampermonkey.net/ // @version 0.1 // @description Ayaya theme for Jstris // @author thickBUT // @match https://*.jstris.jezevec10.com/* // @grant none // ==/UserScript== (function() { 'use strict'; window.addEventListener('load', function(){ //Jstris Block Skin Change loadVideoSkin("https://i.imgur.com/rqvJuyO.gif",{skinify:true, colorize:true, colorAlpha:.2}) //Jstris SFX CustomSFXset.prototype = new BaseSFXset; loadSFX(new CustomSFXset); }); })(); function CustomSFXset(){ this.volume=1; this.lock={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/TOP_lock.wav",abs:1}; this.ready={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/TOP_ready.wav",abs:1,set:1}; this.go={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/TOP_go.wav",abs:1,set:0}; this.died={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/ayayalose.wav",abs:1,set:1}; this.hold={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/TOP_hold.wav",abs:1,set:0}; this.move={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/TOP_move.wav",abs:1,set:0}; this.linefall={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/TOP_linefall.wav",abs:1,set:0}; this.comboTones={url:"https://ecdldaiiere.github.io/Eddiez-Soundz/ayayacombo.wav",abs:1,set:2,duration:750,spacing:250,cnt:20}; this.linefall={url:"blank.wav",abs:1,set:0}; };