Hide likes from listView

Hello ,

any help please , how can I hide likes from listView

frappe.listview_settings[‘user’] = {
refresh: function(listview) {
$(“.like-icon”).hide();
}
};

I want to hide them from all doctypes ( by using settings if exist solution )

the above plus many client scripts for each doctype ( or somewhere when we parse the content into our listview in frappe core ). fork frappé/frappé … deadly tasks 101