Skip to content

Instantly share code, notes, and snippets.

@oieduardorabelo
Created November 30, 2022 22:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oieduardorabelo/ef8cdb5f1a2494b2424f39da7e24271b to your computer and use it in GitHub Desktop.
Save oieduardorabelo/ef8cdb5f1a2494b2424f39da7e24271b to your computer and use it in GitHub Desktop.
Remove all Twitter Interests matched to you based on your profile, activity, and the Topics you follow.
// https://mobile.twitter.com/settings/your_twitter_data/twitter_interests
$$('[checked=""]').forEach((x, index) => { setTimeout(() => { x.click(); }, ++index * 1000) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment