<a href="https://toster.ru/?LMI=100"></a>
<a href="https://toster.ru/?LMI=100"></a>
<a href="https://toster.ru/?LMI=100"></a>
$("a").each(function() {
var text = $(this).text();
text = text.replace("LMI=100.00", "LMI=300.00");
$(this).text(text);
});
$("a").each(function(){
var $this = $(this);
$this.attr('href', $this.attr('href').replace("LMI=100", "LMI=300"));
});