Skip to content

Instantly share code, notes, and snippets.

@tomahock
Last active August 28, 2019 11:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomahock/ba58d8aae8e1a8d1570bc09428401550 to your computer and use it in GitHub Desktop.
Save tomahock/ba58d8aae8e1a8d1570bc09428401550 to your computer and use it in GitHub Desktop.
Know who unfollows you on Twitter

Only catch the first one. will update it soon.

  1. Go to a person profile that follows someone that you suspect that blocks you.
  2. Click on that person 'Following'
  3. Open Console
  4. execute setInterval(function(){window.scrollTo(0,document.body.scrollHeight);},500);
  5. execute $('.blocks-you').parent().parent().parent().parent().parent().find('a').attr('href')
  6. check the console :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment