Created
April 21, 2011 21:42
-
-
Save ymrl/935552 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:var num=0;var mgn=function(){var a=$('.dd_calendar a');if(!start&&num<a.length){eval(a[num].href);num++;}else if(num==a.length-1){num=0;}};mgn();setInterval(mgn,100); |
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:var num=0;var mgn=function(){var a=$('.dd_calendar a');if(!start&&num<a.length){eval(a[num].href);num++;}};mgn();setInterval(mgn,100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment