addEventListener()とedgeの拡張機能SuperStylesでWebの表示を変更したいのですがうまくいきません。
テスト用に作ったサイトhttps://konnichiwashijie.webnode.jp/の左上の画像を非表示にしようとしています。
window.addEventListener("load", function() {
var e=document.getElementsByClassName("thumbnail wnd-orientation-portrait");
e.style.display="none";
},false);
あと、クラス名のthumbnailとwnd-orientation-portraitの間にスペースがありますが、これはクラス名が2つついているということでしょうか。それともthumbnail wnd-orientation-portraitで1つの名前なのでしょうか。
回答1件
あなたの回答
tips
プレビュー