搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Viewing localstorage of a site I am not on

  • 4 个回答
  • 1 人有此问题
  • 36 次查看
  • 最后回复者为 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.