One gap in twitter's API is the ability to unlike tweets, so here we are doing it manually
- Navigate to
twitter.com/<insert username>/likes
- Copy and paste this script into console
- Wait for script to finish
setInterval(() => {
try {
document.querySelector('[data-testid="unlike"]').click()