Skip to content

Instantly share code, notes, and snippets.

@linux0x5c
Created December 27, 2018 14:40
Show Gist options
  • Save linux0x5c/1211678ee08645497f3c52b3d191ffff to your computer and use it in GitHub Desktop.
Save linux0x5c/1211678ee08645497f3c52b3d191ffff to your computer and use it in GitHub Desktop.
Js example
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