自己写的chrome 插件
继续阅读
SyntaxHighlighter help
支持语言: 继续阅读
单片机 移位寄存器 时钟 4数码
异形挂机战中文版 js 修改
function update()
{
for (var a in game.resources)
{
if (game.resources[a].max != -1)
{
game.resources[a].owned = game.resources[a].max;
}
else
{
game.resources[a].owned += 99999999;
}
}
}
obj = setInterval(update, 200);

