CubeCraft Appeals

Focuses the imput form on page load.

// ==UserScript==
// @name        CubeCraft Appeals
// @namespace   de.rasmusantons
// @include     https://appeals.cubecraft.net/
// @description Focuses the imput form on page load. 
// @version     1
// @grant       none
// ==/UserScript==

document.getElementsByClassName('input-lg')[0].focus();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址