Skip to content

Instantly share code, notes, and snippets.

@ppzvpp
Created March 29, 2017 15:01
Show Gist options
  • Save ppzvpp/04bf345e181df143eaaaa5ff26403526 to your computer and use it in GitHub Desktop.
Save ppzvpp/04bf345e181df143eaaaa5ff26403526 to your computer and use it in GitHub Desktop.
Export your Twitter followers/following list #TwitterFinished
// #TwitterFinished
// https://twitter.com/followers
// https://twitter.com/following
// Press "End" key until the list is fully loaded
// Then paste following code into developer console
TwitterFinished = ""
jQuery(".GridTimeline b.u-linkComplex-target").each(function(twitter, finished){ TwitterFinished += finished.innerText + "<br />" })
document.location.href = "data:text/html;charset=utf-8," + encodeURIComponent(TwitterFinished)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment