解决循环购买补给箱速度慢的问题

打开军械库网址 https://armory.wowsgame.cn/zh-cn/category/containers/5000000044 (通过抓包工具获得)
(在开发者工具控制台写入下段代码)
setInterval(function(){["Button_button","armory__auto--button_purchase"].forEach(function(item,index){document.getElementsByClassName(item)[0].click()})},2000)
2秒到账一个箱子ps(记得关网页)

打开军械库网址 https://armory.wowsgame.cn/zh-cn/category/containers/5000000044 (通过抓包工具获得)
(在开发者工具控制台写入下段代码)
setInterval(function(){["Button_button","armory__auto--button_purchase"].forEach(function(item,index){document.getElementsByClassName(item)[0].click()})},2000)
