- Go to https://www.happyaccidents.ai/
- Sign in
- Open console (F12)
- Write this script:
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
}
JSON.parse(decodeURIComponent(getCookie("supabase-auth-token")))[0]
- Save token