In Google Chrome there is an easy way to see what\'s in local storage as well as modify or delete it after inspecting it.
Is there a way to do the same in Firefox?>
As 'localStorage' is just another object, you can: create, view, and edit it in the 'Console'. Simply enter 'localStorage' as a command and press enter, it'll display a string containing the key-value pairs of localStorage (Tip: Click on that string for formatted output, i.e. to display each key-value pair in each line).