Skip to content

Instantly share code, notes, and snippets.

@bhavaniravi
Created June 21, 2022 13:12
Show Gist options
  • Save bhavaniravi/d6a8b78e463050ad8108f0c3a252141c to your computer and use it in GitHub Desktop.
Save bhavaniravi/d6a8b78e463050ad8108f0c3a252141c to your computer and use it in GitHub Desktop.
Unfollow twitter topics
elements = document.getElementsByClassName("r-15ysp7h");
for (let index = 0; index < elements.length; index++) {elements[index].click()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment