You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varemojiurlifier=function(emojiDomain,standardDomain){console.log("Emoji Domain Progressive Enhancement by https://i❤️.ws");console.log("Learn more at https://github.com/jonroig/emojiurlifier");varwl=window.location;varuseEmojiDomain=/^((?!chrome).)*safari/i.test(navigator.userAgent);if(navigator.userAgent.indexOf("CriOS")>-1){useEmojiDomain=false}varcurrentUrl=wl.protocol+"//"+wl.hostname;varoutputUrl=useEmojiDomain?emojiDomain:standardDomain;if(currentUrl===outputUrl){return}if(wl.port){outputUrl+=":"+wl.port}outputUrl+=wl.pathname;outputUrl+=wl.search;window.location=outputUrl};