Archive for July, 2011

Easy way to view cookies in Chrome

0

Here’s an easy way to see the cookies for the current site in Chrome:


javascript:void(document.cookie=prompt(document.cookie,document.cookie));

Via stackoveflow.