Skip to content

Instantly share code, notes, and snippets.

View Thewest123's full-sized avatar

Jan Černý Thewest123

View GitHub Profile
#!/bin/bash
VERSION='3.0.0'
BOLD='\033[1m'
RED='\033[0;31m'
GREEN='\033[0;32m'
ORANGE='\033[0;33m'
@aymericbeaumet
aymericbeaumet / delete-likes-from-twitter.md
Last active July 30, 2024 16:44
[Recipe] Delete all your likes/favorites from Twitter

Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.

  1. Go to: https://twitter.com/{username}/likes
  2. Open the console and run the following JavaScript code:
setInterval(() => {
  for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
    d.click()
 }

Keybase proof

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: