bgrins / devtools-snippets

A collection of helpful snippets to use inside of browser devtools
http://bgrins.github.io/devtools-snippets/
2.96k stars 370 forks source link

Cookie string parsing fixes #70

Closed spiralx closed 8 years ago

spiralx commented 8 years ago

Fixes a couple of issues with the way items were being parsed:

It also displays a message if document.cookie is an empty string.

bgrins commented 8 years ago

Looks good, thanks!