Revisions
-
JamieMason revised this gist
Jul 16, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ // 1. Go to https://twitter.com/following. // 2. Keep scrolling to the bottom repeatedly until all your followers are loaded. // 3. Run this in your console. [].slice.call(document.querySelectorAll('.unfollow-text')).forEach(function(button) { button.click(); }); -
JamieMason created this gist
Nov 21, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ // 1. Go to https://twitter.com/following. // 2. Keep scrolling to the bottom repeatedly until all your followers are loaded. // 3. Run this in your console. [].slice.call(document.querySelectorAll('stream-container .unfollow-text')).forEach(function(button) { button.click(); });