Contents

Series B | Modern

Information

var ver = navigator.userAgent; if (ver.indexOf('Edge') !== -1) { window.location = "https://www.afakewebsite.com/edgemessage.html"; } else { // Not Edge, do nothing }
Scroll to Top