Skip to content

Instantly share code, notes, and snippets.

@underdown
Created July 24, 2015 18:01
Show Gist options
  • Select an option

  • Save underdown/e0435b8cdb77f1cea9dc to your computer and use it in GitHub Desktop.

Select an option

Save underdown/e0435b8cdb77f1cea9dc to your computer and use it in GitHub Desktop.
unfollow twitter pps from the console
setInterval(function(){t=$(".following button:eq(0)");if(!t[0])window.scrollTo(0,$(document).height());else t.trigger("click")},100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment