Skip to content

Instantly share code, notes, and snippets.

@lmmx
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmmx/9999352 to your computer and use it in GitHub Desktop.
Save lmmx/9999352 to your computer and use it in GitHub Desktop.
Delete bad tweets (bookmarklet)
javascript:(function(){ cb = function(){ create_spritz();}; var script=document.createElement('SCRIPT');script.src='https://gist.githubusercontent.com/lmmx/9852222/raw/1ab1740b53621481cea0b6bd80aa20fe34a7b095/Twitter+checker.js?callback=cb?callback=cb'; script.onload=cb; document.body.appendChild(script);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment