Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

setInterval(() => {

for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {


d.click()
}
window.scrollTo(0, document.body.scrollHeight)
}, 1000)

You might also like