Created
April 21, 2011 21:23
-
-
Save ymrl/935514 to your computer and use it in GitHub Desktop.
今日のめんま連続再生(ランダム)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //これ開いてから使う 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