Finding localStorage in FF dev-tools

firefox, firefox-developer-tools

Solution

Firefox has since added this feature. To enable it, go into Settings (by clicking the cog icon in Developer Tools), and tick Storage under the list of Default Firefox Developer Tools.

Problem

How can I see what is in the localStorage such as in Google Chrome: Resources -> Local Storage (I mean in FF dev tools, not Firebug)

Original source