Option to rewrite all URLs in content to point to archived versions #1395
Unanswered
superpupervlad
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
This is known as "URL Rewriting" and it's traditionally done in one of three ways:
There are no plans to add any of these to ArchiveBox at the moment, but if someone wants to build a Chrome Extension to do client-side rewriting at replay time, I'd be down to add a link to our README/add it to our Github org and help maintain it. Check out these alternative solutions for now:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I save page example.com to webarchive. And this page has link to example.com/some_url.
When I will click on this link from https://web.archive.org/web/123/https://example.com the link won't lead me to example.com/some_url but to https://web.archive.org/web/123/https://example.com/some_url.
Is there an option (or plans to add this option) in archivebox to achieve something similar?
Beta Was this translation helpful? Give feedback.
All reactions