Skip to content

Instantly share code, notes, and snippets.

@sohang3112
Created June 29, 2022 04:30
Show Gist options
  • Save sohang3112/6237056b049a1ae52d811e0d92ffffed to your computer and use it in GitHub Desktop.
Save sohang3112/6237056b049a1ae52d811e0d92ffffed to your computer and use it in GitHub Desktop.
Get cookies as an Object
Object.fromEntries(document.cookie.split('; ').map(s => s.split('=')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment