您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
当前为
// ==UserScript== // @name Jstris Mods // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://jstris.jezevec10.com/?langSwitch=en // @grant none // ==/UserScript== (function() { 'use strict'; window.addEventListener('load', function(){ //Jstris Custom Background Image document.head.getElementsByTagName("style")[0].innerHTML=""; document.body.style.backgroundImage="url('https://i.kinja-img.com/gawker-media/image/upload/s--QEK6wwwb--/c_scale,f_auto,fl_progressive,q_80,w_800/x3zt7dqjza7rnpcfv9fo.jpg')"; document.body.style.backgroundSize="100%"; document.getElementById("app").style.backgroundColor="rgba(0, 0, 0, 0.8)"; document.getElementById("app").style.height="1000px"; //Jstris Block Skin Change loadSkin("https://cdn.discordapp.com/attachments/350994526560583690/366795621853560832/b29.png",32); }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址