Auto-name Custom EQ

sdfsdf

目前为 2014-05-22 提交的版本。查看 最新版本

// ==UserScript==
// @name           Auto-name Custom EQ
// @namespace      pbr/ance
// @include        http://goallineblitz.com/game/buy_custom.pl?player_id=*
// @version 0.0.1.20140522062846
// @description sdfsdf
// ==/UserScript==

window.setTimeout( function() {
	var name = "Zorg Industries ZF-1";
	var line = document.getElementById("item_name");
	line.value = name;
}, 100);

QingJ © 2025

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