批量删除微博

2023-04-23  本文已影响0人  码农界四爷__King
setInterval(() => {
        document.getElementsByClassName('woo-font woo-font--angleDown morepop_action_bk3Fq')[0].click()
        setTimeout(() => {
            a = document.getElementsByClassName('woo-box-flex woo-box-alignCenter woo-pop-item-main')
            a = Array.from(a)
            b = a.find(i => i.innerText == '删除')
            b.click()
            setTimeout(() => {
                document.getElementsByClassName(
                    'woo-button-main woo-button-flat woo-button-primary woo-button-m woo-button-round woo-dialog-btn'
                    )[0].click()
            }, 200)
        }, 200)
    }, 200)
上一篇下一篇

猜你喜欢

热点阅读