var doFilter = function(textNode) {
textNode.data = textNode.data.replace('legatobrown', 'legatobrown_лох');
}
3) Зайдите в расширения и включите режим разработчика$(".why-main-item-title").each(function () {
$(this).prependTo($(this).closest(".why-main-item"));
});
RedirectMatch ^/article[0-9]+ https://ritual-moskva.ru/crematoria/nikolo-arkhangelskiy-krematoriy/
const initialValues = [ 100, 100000 ];
const setValues = values => $inputs.val(i => values[i]);
const $slider = $('#slider-range').slider({
range: true,
min: initialValues[0],
max: initialValues[1],
step: 20,
values: initialValues,
slide: (e, ui) => setValues(ui.values),
});
const $inputs = $('#amount_before, #amount_after')
.on('input', () => $slider.slider('values', $inputs.get().map(n => n.value)));
setValues(initialValues);
<button onclick="moscow()">change</button>
<button id="some-id">change</button>
$(document).ready(function() {
function moscow () {
location.reload();
var text2 = '00000000000';
$('#phone').text(text2);
$('#phone').attr('href',text2);
}
$("#some-id").click(() => moscow())
});