- 締切済み
このスクリプトを一定時間ごとに実行させるにはどうしたらいいですか?
このスクリプトを一定時間ごとに実行させるにはどうしたらいいですか? javascript: document.cookie="nicohistory=;path=/;domain=nicovideo.jp;"; ml='watch/'+Video.v;sl='api/getflv/'+(Video.v+'\x3f').replace(/nm.*/,"$&as3=1&")+'ts='+(new Date()-7999); sb=function(ul){new Ajax.Request(ul,{method:'get'})}; me=function(ul,ue){new Ajax.Request(ul,{method:'get',onSuccess:function(h){sb(ue)}})}; me(ml,sl); void(0);
- みんなの回答 (2)
- 専門家の回答
みんなの回答
- localhosts
- ベストアンサー率43% (7/16)
回答No.2
- fujillin
- ベストアンサー率61% (1594/2576)
回答No.1