9,361
回編集
8行目: | 8行目: | ||
var sc = doc.getElementsByTagName('script')[0]; | var sc = doc.getElementsByTagName('script')[0]; | ||
sc.parentNode.insertBefore(ad, sc); | sc.parentNode.insertBefore(ad, sc); | ||
+ | console.log(ad); | ||
}); | }); | ||
− | |||
})(document, window); | })(document, window); |