- 805 名前:803 mailto:sage [2008/01/13(日) 03:29:41 ID:74dJ1Nzn0]
- let を使うとすれば
if(!userContent) let timer = setInterval(function(){ userContent = chromeWindow.userContent_js; if(userContent) clearInterval(timer); },10); を if(!userContent){ let timer = setInterval(function(){ userContent = chromeWindow.userContent_js; if(userContent) clearInterval(timer); },10); } にする
|

|