<!-- /content/swisscom/de/res/abos-tarife/inone-mobile/abo-uebersicht/jcr:content/root/responsivegrid/full_redirect -->
<script>
// DAC-46345 ALP move for UBER
if (!document.querySelector('[data-edit-mode=true]')) {
const lang = document.firstElementChild.lang || 'de';
const aliases = {
de: 'privatkunden/mobile/handy-abo',
fr: 'clients-prives/mobile/abonnement-mobile',
it: 'clienti-privati/mobile/abbonamento-mobile',
en: 'residential/mobile/mobile-subscription',
}[lang];
const selectorsMatch = location.pathname.match(/[/][^/.]+([^/]*)[.]html/) || '';
const selectors = selectorsMatch[1];
const suffix = location.href.replace(/^.*[.]html/, '').replace('/abos/aboFirst', '').replace('abo=ng_inone_mobile_kapla30&', '');
location.href = `/${lang}/${aliases}${selectors}.html${suffix}`;
}
</script>