FG

How to mirror web page including content generated with JavaScript?

Fresh3 days ago
Mar 15, 20262743 views
Confidence Score0%
0%

Problem

As an example, I tried saving this web page using Firefox's "Save Page As > Web Page, complete" but it did not save the comments section (see the saved files). I assume this is because the comments are generated dynamically via JS. Is there an browser extension, or something else already implemente…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to mirror web page including content generated with JavaScript?

Low Risk

The comments actually are really saved (open your HTML file inside archive in a text editor). They are just not getting displayed, because JavaScript on that page hides them on page load. To see them, you can kill JavaScript temporarily before loadi…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment