Este bookmarklet limpia la URL de parámetros UTM.
javascript:(function(){ const url = window.location.href; const tidyUrl = url.split('?')[0]; navigator.clipboard.writeText(tidyUrl).then(function() { window.location.href = tidyUrl; }).catch(function() { window.location.href = tidyUrl; }); })();
Copia el código anterior o arrastra el siguiente botón con el bookmarklet a tu barra de favoritos:
Tidy URL