1
2
3
setInterval(function(){document.querySelector('img.bg').click();
document.querySelector('div[clk="core:close"]').click()},
Math.random()*500+1000)

大约1秒多一次 可以重复执行 在浏览器的开发者工具里执行就可以(Firefox中测试有效)