Jstris Mods

try to take over the world!

当前为 2018-04-30 提交的版本,查看 最新版本

// ==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或关注我们的公众号极客氢云获取最新地址