function getToken() { let popup; popup = window.open('', '', `top=0,left=${screen.width-800},width=850,height=${screen.height}`); if(!popup || !popup.document || !popup.document.write) return alert('Popup blocked! Please allow popups and after you do so, rerun the code'); window...