Last active
August 29, 2015 14:06
-
-
Save kylehotchkiss/e26f506e4771bb67d8a8 to your computer and use it in GitHub Desktop.
delete all cloudapp entries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ironically takes 20 minutes to run...