if (document.readyState !== 'complete') { window.addEventListener('load', redirect); } else { redirect(); } function yatteeUrl() { return window.location.href.replace(/^https?:\/\//, 'yattee://'); } function yatteeLink() { return 'Open in Yattee'; } function redirect() { window.location.href = yatteeUrl() }