掘友等级
获得徽章 0
昨天 忘记开闹钟了,妈蛋,早上凭借顽强的打工欲望起了床,离谱。
好久没摸了什么感觉啊
(function fun() {
const arr = document.querySelectorAll('.FishingAtWork')
arr.forEach(item => {
item.click()
})
window.scroll(0, document.body.scrollHeight + 200)
setTimeout(() => {
fun()
}, 1000)
})()
下一页