搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Viewing localstorage of a site I am not on

  • 4 回覆
  • 1 有這個問題
  • 86 次檢視
  • 最近回覆由 FredMcD

more options

I am trying to find the localstorage of a website, which I can no longer visit, however the only thing I found was ways to read it through the console/ developer tools, which only allow me to read it from my currently visited site. Is there any way to read it? Can't even find it in the explorer searching through all my files.

I am trying to find the localstorage of a website, which I can no longer visit, however the only thing I found was ways to read it through the console/ developer tools, which only allow me to read it from my currently visited site. Is there any way to read it? Can't even find it in the explorer searching through all my files.

被選擇的解決方法

nevermind found out, it is stored in webappsstore.sqlite :)

從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

What happens when you go to that site?


Many site issues can be caused by corrupt cookies or cache.

  • Clear the Cache and
  • Remove Cookies
    Warning ! ! This will log you out of sites you're logged in to.

Type about:preferences<Enter> in the address bar.

  • Cookies; Select Privacy. Under History, select Firefox will Use Custom Settings. Press the button on the right side called Show Cookies. Use the search bar to look for the site. Note; There may be more than one entry. Remove All of them.
  • Cache; Select Advanced > Network. Across from Cached Web Content, Press Clear Now.

If there is still a problem, Start Firefox in Safe Mode {web link} A small dialog should appear. Click Start In Safe Mode (not Refresh). While you are in safe mode;

Type about:preferences#advanced<Enter> in the address bar.

Under Advanced, Select General. Look for and turn off Use Hardware Acceleration.

Poke around safe websites. Are there any problems?

Then restart.


Remove History For One Site Open the History Manager <Control><Shift> H. In the search bar, enter the name of the site. Right click on one of the listings and select Forget About This Site. This should remove all information, including any passwords / settings.

more options

It forces http to go to https. That in itself is no problem, however one of my userscripts had stored its data in localstorage and seems to have a complete separate localstorage for the https, making the data theoretically lost. Thus I am trying to access the localstorage from the http.

more options

選擇的解決方法

nevermind found out, it is stored in webappsstore.sqlite :)

more options

That was very good work. Well done.