Skip to content

Instantly share code, notes, and snippets.

View joaomvfsantos's full-sized avatar

João Santos joaomvfsantos

View GitHub Profile
@tomahock
tomahock / gist:ba58d8aae8e1a8d1570bc09428401550
Last active August 28, 2019 11:46
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 :)