Skip to content

Instantly share code, notes, and snippets.

@ymrl
Created January 19, 2012 09:39
Show Gist options
  • Save ymrl/1638998 to your computer and use it in GitHub Desktop.
Save ymrl/1638998 to your computer and use it in GitHub Desktop.
SFCのコンサルタント勤務登録用ブックマークレット
javascript:(function(){var m=function(a){return parseInt(a)};var d=document,p=window.prompt,c=':',s=p("start?").split(c).map(m), e=p("end?").split(c).map(m);d.querySelector('select[name=Day]').value=(new Date()).getDate();d.querySelector('select[name=SHour]').value=s[0];d.querySelector('select[name=SMinute]').value=s[1];d.querySelector('select[name=EHour]').value=e[0];d.querySelector('select[name=EMinute]').value=e[1];d.querySelector('form').submit();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment