Skip to content

Instantly share code, notes, and snippets.

@segdeha
Created February 12, 2012 14:40
Show Gist options
  • Save segdeha/1808873 to your computer and use it in GitHub Desktop.
Save segdeha/1808873 to your computer and use it in GitHub Desktop.
Bookmarklet for deleting promoted Twitter content
javascript:$('.promoted-tweet').parent().fadeOut(500,function(){$(this).remove()});$('.promoted-account,.promoted-trend').fadeOut(500,function(){$(this).remove()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment