Skip to content

Instantly share code, notes, and snippets.

@mgng
Created June 19, 2009 04:22
Show Gist options
  • Save mgng/132408 to your computer and use it in GitHub Desktop.
Save mgng/132408 to your computer and use it in GitHub Desktop.
ラーメンタイマー
(function(){var i=180,b=document.body,s=setInterval,c=clearInterval,t=s(function(){b.innerHTML=i;if(i--<1){c(t);t=s(function(){b.style.background=(i=i?0:1)?'red':'blue'},99)}},1000)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment