Skip to content

Instantly share code, notes, and snippets.

View PaulSchnau's full-sized avatar

Paul Schnau PaulSchnau

  • New York, New York
View GitHub Profile
// 1) Go to https://twitter.com/following
// 2) Open console
// 3) Exec the following two lins:
var links = $x('//button[@class="user-actions-follow-button js-follow-btn follow-button btn small small-follow-btn"]')
for (var i=0; i< links.length; i++){ $(links[i]).click() }