Skip to content

Instantly share code, notes, and snippets.

@ctrl-freak
Created January 23, 2012 07:00
Show Gist options
  • Save ctrl-freak/1661314 to your computer and use it in GitHub Desktop.
Save ctrl-freak/1661314 to your computer and use it in GitHub Desktop.
Clear Twitter Suggested Users
c = function() {if($('.js-action-dismiss').length) {setTimeout(c,1000); $('.js-action-dismiss').click();}}; c();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment