Skip to content

Instantly share code, notes, and snippets.

View linux0x5c's full-sized avatar
🏠
Working

Young linux0x5c

🏠
Working
  • Qingdao
  • 11:45 (UTC +08:00)
View GitHub Profile
@linux0x5c
linux0x5c / ex.js
Created December 27, 2018 14:40
Js example
setInterval(function(){$("#btn_group a").click();$(".modal-footer .btn-primary").click();},1000);
$("#btn_group a").click();$(".modal-footer .btn-primary").click();