$(function(){ $('a').each(function(){ var h = $(this).attr('href'); if(h && h.search('/') === 0) $(this).attr('href', 'https://www.elektrotermia.com.pl/pl/' + h.slice(1)); }); });