js extract all tags not have attr

JavaScript
$(".post-content p:not([data-something])").remove();
Source

Also in JavaScript: