Skip to content

Instantly share code, notes, and snippets.

@Microfed
Created September 8, 2013 14:53
Show Gist options
  • Save Microfed/6485300 to your computer and use it in GitHub Desktop.
Save Microfed/6485300 to your computer and use it in GitHub Desktop.
Remove all updloaded screenshorts from screencloud account (pics listed on a page)
$('.icon-trash.icon-white').parent().map(function (i, a) { var f = document.createElement('iframe'); document.body.appendChild(f); f.src=a.href;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment