ツイッターの /followers ページで、そのページの人を全員フォローする。
/* * @title Twitter Follow Them All * @description ツイッターの /followers ページで、そのページの人を全員フォローする。 * @include http://twitter.com/followers* * @license MIT License */ $('tr.user:not(.following) .follow-action > button').click(); void(0);