본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Viewing localstorage of a site I am not on

  • 4 답장
  • 1 이 문제를 만남
  • 18 보기
  • 최종 답변자: 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.