MyGateCopilot

Connect using your MyGate session data

Run in console: localStorage.getItem('token')
Run in console: localStorage.getItem('currentSociety')
Run in console: localStorage.getItem('finYearId')
How to get your full localStorage:
  1. Open dashboard.mygate.com and log in
  2. Open browser console (F12 → Console tab)
  3. Run: localStorage
  4. Copy the entire output, Right click on storage and select "Copy object"
  5. Paste it in the field below
Token, society, and financial year will be extracted automatically.