(function(){ let url = window.location.href; let replaced = null; if (navigator.userAgent.match(/iPhone|Android.+Mobile/)) { replaced = url.replace('/dom/s/', '/dom/ss/'); }else{ replaced = url.replace('/dom/ss/', '/dom/s/'); } if(url != replaced){ window.location.href = replaced; } })();