You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen? What happened instead?
Description:
When using the extension to save pages from web.archive.org, I'm encountering several issues:
Partial Saves: Only the initially loaded pages are saved.
Blank Page Rendering:
When viewing saved pages through the extension's interface, the content briefly appears before turning completely blank.
video_20250414_163526_edit.mp4
Even when bypassing the iframe to view saved pages directly, images fail to display despite being present in the WACZ file. The image displays correctly when opened in a new tab.
Step-by-step reproduction instructions
Steps to Reproduce:
Visit any archived page on web.archive.org (e.g., https://web.archive.org/web/19961020014044/http://www.microsoft.com/)
Use archiveweb.page extension to save the page
Attempt to view the saved content:
Observe momentary display followed by blank screen in extension's viewer
Check WACZ file directly - images exist but won't render
Additional details
Environment:
Browser: Kiwi Browser 137.0.7337.0 on Android 15
The text was updated successfully, but these errors were encountered:
Hi @DevScholar, yes our tools largely will have issues with archiving and replaying the replay of other web archives. This is a bit of a niche use case and not one that we explicitly try to support. It's especially tricky because of the rewriting of page content and resources like JavaScript that happens during replay of web archives.
I think this happens because the scripts of web archive websites intercept resources' URLs and use a hardcoded mechanism to rewrite them into new URLs containing the archive site's own domain. Additionally, this extension does not override properties like document.location or handle resource loading in a special way. The archived webpage itself appears to treat the extension's URL as the archive site's URL, resulting in the generation of invalid new URLs.
As a side note, the extension also does not override the navigator.onLine property, which can cause minor behavioral differences in some webpages—though this is unrelated to the current issue.
ArchiveWeb.page Version
v0.14.2
What did you expect to happen? What happened instead?
Description:
When using the extension to save pages from
web.archive.org
, I'm encountering several issues:Partial Saves: Only the initially loaded pages are saved.
Blank Page Rendering:
video_20250414_163526_edit.mp4
Step-by-step reproduction instructions
Steps to Reproduce:
web.archive.org
(e.g.,https://web.archive.org/web/19961020014044/http://www.microsoft.com/
)Additional details
Environment:
The text was updated successfully, but these errors were encountered: