YouTubeに追加できませ<div>
んが、理由がわかりません。
私のJavascriptコード:
var div = document.createElement("div");
div.id="divsn";
div.style.display='none';
div.style.width = "500px";
div.style.height = "400px";
div.style.background = "#C2E2FF";
div.style.display='block';
document.body.insertBefore(div, document.body.firstChild);
document.getElementById("divsn").style.fontStyle = 'italic';
document.getElementById("divsn").style.marginTop = "560px";
document.getElementById("divsn").style.marginLeft = "460px";
document.getElementById("divsn").style.position = "absolute";