// Enlever taille resize image / Enlever texte en en fin d'url / images full

$("img[src*='-400x284']").each(function() {
$(this).attr("src", $(this).attr("src").replace(/\-400x284/g, ""));
});