您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
2020/7/27
当前为
// ==UserScript== // @name button for me jstris short // @namespace http://tampermonkey.net/ // @version 1.0 // @description 2020/7/27 // @author ore100 // @match https://*.jstris.jezevec10.com/* // @grant none // ==/UserScript== (function() { window.addEventListener('load', function(){ settings = ` ⤓"0"95"1"1.2 ↷"-96"8"1"1.2 ↶"-96"-14"1"1.2 →"0"8"1"1.2 ←"0"8"1"1.2 ↓ "190"-106"1"1 田 "0"-109"1"1 ⇄ "-285"0"1"1 ⟳"-190"-106"1"1 ` lines = settings.split("\n") ids = ["", "tc-hd", "tc-c", "tc-cc", "tc-r", "tc-l", "tc-d", "tc-vs", "tc-h", "tc-dr"] for (var i = 0; i < lines.length; i++) { if(lines[i]){ pos = lines[i].split("\"") style = "scale(" + pos[3] + "," + pos[4] + ") translate(" + pos[1] + "px," + pos[2] + "px)" document.getElementById(ids[i]).style.transform=style } } }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址