Buy me a coffee
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$(".grid-title, h1.ProductItem-details-title, a.ProductItem-nav-breadcrumb-link, .product-nav-breadcrumb-link, a.cart-row-title").each(function(){
$(this).html($(this).text());
});
});
</script>