我正在使用Javascript编写游戏脚本,但我遇到了一个小问题。
页面重定向正常,但我无法在其他页面上运行代码。有没有办法可以检查已经发生的重定向,已加载的页面,然后执行其余的代码?
代码如下:
window.open("http://en73.tribalwars.net/game.php?screen=train","_self");
// redirects to 'troop building' page
window.onload = allInOne()
{
unit_build_block.set_max('archer');
// select maximum troops player is able to build with current resources
}