<aside> 🔐 Why cookies instead of a password: a password gives full access to the account, including email changes, 2FA, and recovery. Cookies are only a session. You can kill the session in a few clicks by changing the password. Cookies make account connection simple and secure.
</aside>
Open x.com and log in to the account Press F12 -> Application tab On the left: Cookies -> x.com Copy the values of auth_token and ct0
What happens automatically after connection:
<aside> <img src="notion://custom_emoji/74573fd8-c420-44f5-b4e4-8134c7c2ac54/353a85a2-e650-8040-8a68-007aa032bf57" alt="notion://custom_emoji/74573fd8-c420-44f5-b4e4-8134c7c2ac54/353a85a2-e650-8040-8a68-007aa032bf57" width="40px" /> If cookies expire because you logged in from another device or got logged out, the account will stop working. Just get fresh cookies and update them.
</aside>