Skip to content

Instantly share code, notes, and snippets.

@fuchao2012
Created January 9, 2020 05:03
Show Gist options
  • Save fuchao2012/e70c606e9d62fbd567f30e9d90e04df1 to your computer and use it in GitHub Desktop.
Save fuchao2012/e70c606e9d62fbd567f30e9d90e04df1 to your computer and use it in GitHub Desktop.
unfollow all person in your github account
// open devtools and input bellow code in Console panel
document.querySelectorAll('[value="Unfollow"]').forEach(n=>n.click())
// click Next button and run again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment