Last active
September 6, 2017 19:26
-
-
Save AlbertoMonteiro/51062f30e6b71c5eb3dfbfa6c600fade to your computer and use it in GitHub Desktop.
Script to delete order version of Elastic Beanstalk in AWS Console
This file contains 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
jQuery("table").find("input[type=checkbox]").each((i,e) => { setTimeout(() => { if(i >= 100) jQuery(e).click(); }, 0); }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment