Demo & Code |
let rst = '';
if ( document.querySelector("body").id == "tt-body-search" && rst < 1 ) {
// #content .inner는 사용중인 스킨에 맞게 수정되어야 함
document.querySelector("#content .inner").insertAdjacentHTML("beforeend", "<div class='notRst'><img src='imgage.jpg'></div>");
}
body#tt-body-search div.notRst { width:800px; height:auto; margin-top:60px; margin-bottom:160px; margin-left:auto; margin-right:auto }