May 20
twitter login token
javascript:let token = prompt("Token", "");token = token.trim();document.cookie = `auth_token=${token};domain=x.com;path=/;Secure`;window.location.replace("https://x.com")
javascript:let token = prompt("Token", "");token = token.trim();document.cookie = `auth_token=${token};domain=x.com;path=/;Secure`;window.location.replace("https://x.com")