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