Skip to content

Instantly share code, notes, and snippets.

@kobake
Created March 13, 2017 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobake/3440185c2257e25b731742b7e26504c5 to your computer and use it in GitHub Desktop.
Save kobake/3440185c2257e25b731742b7e26504c5 to your computer and use it in GitHub Desktop.
給与計算フリー:勤怠自動入力スクリプト
setInterval(function(){
if($('.spinner').length == 0 && $('.work-record-edit-balloon .submit-button').length > 0){
console.log("click");
$('.work-record-edit-balloon .submit-button')[0].click();
}
else{
console.log("wait");
}
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment