parse browser cookies in chrome console

Been a while...

Cookies can have duplicate keys if they're from differenet domains/paths/etc

document.cookie.split('; ').map(x => x.split('=')).filter(y => y[0] === 'YOUR COOKIE KEY HERE')

Carry on.

Comments

Popular posts from this blog

VMware Fusion bridge not working

bash nav