Skip to content

Instantly share code, notes, and snippets.

View mateuspontes's full-sized avatar

Mateus Pontes mateuspontes

View GitHub Profile
[{
"id": "advertisements",
"name": "Anúncios",
"configurationSchemaSets": [],
"isSingleton": true
}]
@mateuspontes
mateuspontes / README.md
Last active June 29, 2025 20:27
Twitter: unfavorite your tweets

Unfavorite Tweets Script

This script is designed to automate the process of unfavoriting tweets on X.com (formerly Twitter). It fetches the list of liked tweets for a user and removes the likes in batches, handling pagination and rate limits.

image

How to Use

  1. Access the Likes tab on X.com, e.g., https://x.com/xxxxxxxx/likes, replacing xxxxxxxx with your username.
  2. Open your browser's developer tools (usually by pressing F12 or Ctrl+Shift+I).