Skip to content

Instantly share code, notes, and snippets.

@jondashkyle
Created June 5, 2018 18:49
Show Gist options
  • Save jondashkyle/acdef12c39b1f62155330ab624e4220f to your computer and use it in GitHub Desktop.
Save jondashkyle/acdef12c39b1f62155330ab624e4220f to your computer and use it in GitHub Desktop.
Unfollow
/**
* mass-unfollow console scripts
*
* 1. navigate to your follower page on the related platform
* 2. open developer tools
* 3. copy and paste
* 4. press ENTER to run
* 5. rinse and repeat if pagination
*/
// github
document.querySelectorAll('[aria-label="Unfollow this person"]').forEach(el => el.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment