Skip to content

Instantly share code, notes, and snippets.

@laiso
Last active May 17, 2017 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laiso/672fa2d7d939c00279f306b9c17317c6 to your computer and use it in GitHub Desktop.
Save laiso/672fa2d7d939c00279f306b9c17317c6 to your computer and use it in GitHub Desktop.
Qiita unfollowスクリプト
// 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