js, code, b**dsite
I am both lazy and impatient.
```
const sleep = ((ms) => new Promise((resolve) => setTimeout(resolve, ms)));
do {
var el=document.querySelector('[data-testid="unlike"]');
el.click();
await sleep(1000);
window.scrollTo(0,document.body.scrollHeight);
} while (el);
```
js, code, b**dsite
Slap this in your console in your b**dsite "likes" page, and it doomscrolls itself unliking everything.
Until it fails.