$(".pd-smart-link").each(function(){let e=$(this).find(".col-heading").html(),h=$(".pd-heading").html();console.log(e,h),e===h&&$(this).remove()});