I am trying to access the localStorage of a page from a Firefox extension. My understanding is that content gives a reference to the window of the cur
content
window
Using NsIDOMStorageManager xpcom interface you can get your local storage information.
https://developer.mozilla.org/en/XPCOM_Interface_Reference/NsIDOMStorageManager