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

Added function to window object #50

Closed hvsw closed 10 years ago

hvsw commented 10 years ago

Function viewCookies added to window object. captura de tela 2014-09-06 as 13 09 18

bgrins commented 10 years ago

I think running this snippet should print out the table immediately instead of requiring you to run the snippet then call viewCookies() as a separate step. What do you think about having it run viewCookies at the end of the snippetl?

hvsw commented 10 years ago

Done. Adjusted spaces and calling viewCookies() after create.

bgrins commented 10 years ago

Thanks