Created
June 5, 2018 18:49
-
-
Save jondashkyle/acdef12c39b1f62155330ab624e4220f to your computer and use it in GitHub Desktop.
Unfollow
This file contains 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
/** | |
* 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