Created
December 27, 2018 14:40
-
-
Save linux0x5c/1211678ee08645497f3c52b3d191ffff to your computer and use it in GitHub Desktop.
Js example
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
setInterval(function(){$("#btn_group a").click();$(".modal-footer .btn-primary").click();},1000); | |
$("#btn_group a").click();$(".modal-footer .btn-primary").click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment