Skip to content

Instantly share code, notes, and snippets.

@kylehotchkiss
Last active August 29, 2015 14:06
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 kylehotchkiss/e26f506e4771bb67d8a8 to your computer and use it in GitHub Desktop.
Save kylehotchkiss/e26f506e4771bb67d8a8 to your computer and use it in GitHub Desktop.
delete all cloudapp entries
var all = (function all() {
jQuery("[type=checkbox]:not(:checked)").click();
jQuery("[name=commit]").click();
setTimeout(function() { window.location = jQuery("#pagination").find("a").last().attr("href"); all() }, 1000);
})();
@kylehotchkiss
Copy link
Author

ironically takes 20 minutes to run...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment