Hi @jinsy,
Please apply in the listview client/custom script.
frappe.listview_settings['Lead'] = {
refresh: function(listview) {
$(".comment-count").hide();
$(".frappe-timestamp").hide();
$(".avatar-small").hide();
}
};

Reload and check it.
Thank You!