Skip to main content

Редирект на другую страницу с захватом меток

(function () {
  const current = window.location;
  if (current.pathname === '/live12') {
    window.location.href = 'https://fitnessmama.school/webinar_bt' + current.search;
  }
})();