Skip to content

Instantly share code, notes, and snippets.

View banochkin's full-sized avatar
:octocat:
banochkin.com

Ruslan Banochkin banochkin

:octocat:
banochkin.com
View GitHub Profile
@banochkin
banochkin / unfollow.js.md
Last active January 12, 2025 22:23 — forked from JamieMason/unfollow.js.md
Unfollow everyone on x.com

Unfollow everyone on x.com

  1. Go to https://x.com/YOUR_USER_NAME/following
  2. Open the Developer Console. (COMMAND+ALT+I on Mac)
  3. Paste this into the Developer Console and run it
(() => {
  const $followButtons = '[data-testid$="-unfollow"]';
  const $confirmButton = '[data-testid="confirmationSheetConfirm"]';