Last active
May 17, 2017 02:08
-
-
Save laiso/672fa2d7d939c00279f306b9c17317c6 to your computer and use it in GitHub Desktop.
Qiita unfollowスクリプト
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
// http://qiita.com/:user/following_users を開き1ページづつコンソールで実行 | |
jQuery('.tableList_avatarCell a').map( (i, url) => { return url + '/unfollow' }).map( (i, url) => { jQuery.post(url) }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment