Created
January 9, 2020 05:03
-
-
Save fuchao2012/e70c606e9d62fbd567f30e9d90e04df1 to your computer and use it in GitHub Desktop.
unfollow all person in your github account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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