var sep1=document.querySelector(".separator:first-child"),
    img1=document.querySelector(".post-body img:first-child");

sep1.parentNode.removeChild(sep1);
img1.parentNode.removeChild(img1);