Skip to content

Instantly share code, notes, and snippets.

@ymrl
Created April 21, 2011 21:23
Show Gist options
  • Save ymrl/935514 to your computer and use it in GitHub Desktop.
Save ymrl/935514 to your computer and use it in GitHub Desktop.
今日のめんま連続再生(ランダム)
//これ開いてから使う http://www.anohana.jp/menma/
javascript:eval($('.dd_calendar a')[Math.floor(Math.random()*$('.dd_calendar a').length)].href);setInterval(function(){var a=$('.dd_calendar a');if(!start)eval(a[Math.floor(Math.random()*a.length)].href)},100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment