I hereby claim:
- I am thewest123 on github.
- I am thewest123 (https://keybase.io/thewest123) on keybase.
- I have a public key ASCUOUQ7rV7WGklV3XSwydyxpwJnVSBDlAAJ7y47uymLego
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}
#!/bin/bash | |
VERSION='3.0.0' | |
BOLD='\033[1m' | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
ORANGE='\033[0;33m' |