var mobileURLRe = /(?:m.hvg.hu|^)/; if (mobileURLRe.test(document.location.href)) { var target = document.location.href.replace("m.hvg", "www.hvg"); window.location.replace(target) }