Snapshot of web page will not show in Firefox
I am collecting daily snapshots of newspapers' Facebook pages for research purposes. However, the snapshots I saved today and yesterday will not show in Firefox. They appear in a short glimpse the second I load them, but then all the content disappears and the blank Facebook frame is all that is left. I am able to open the snapshots (as almost unreadable html versions) from my library on Zotero.org, so the content seem to be saved, but somehow I can't get them to show as web pages in Firefox anymore. Any suggestions?
If you're still on Zotero 4 you'd want to upgrade as a first step, but snapshots of JavaScript-heavy web applications like Facebook ultimately just aren't going to be very reliable, and we're planning to switch to simplified, reader-mode-style snapshots in the future (at least as the default, though it's possible full snapshots could remain an option).
Zotero 5 uses the "Save Page As…" functionality from Firefox (which it's based on), so you can compare the results to using "Save Page As…" from Firefox itself. If Firefox does better, we might be able to improve this, but if it's the same then probably not.
To save something like a Facebook page, saving to a PDF is likely a better option, since it won't depend on the JavaScript on the page continue to work in a local context. There are also other browser extensions that use different saving methods that you could try. (On a technical level, in theory it seems like a tool could save the rendered DOM and computed style and then throw out any JavaScript, so that you'd have a page that was totally static but that always worked locally, but it's a pretty hard problem.)