The aesthetic intrusiveness of the archive.org header and footer are minimal since I use a text-only browser that has no Javascript engine.
Sometimes I get "This url is not available on the live web or can not be archived." However this happens for only a surprisingly small minority of websites.
Rarely I find that /save is unsuccessful in which case I can still find past copies using something like
curl -o 1.txt "https://web.archive.org/cdx/search/cdx?url=http://www.example.net&fl=timestamp,original" ;
sed -i '/^[12][0-9]* h/!d;/^[12][0-9]* h/{s/^/http:\/\/web.archive.org\/web\//;s/ /\//;s/\r//;}' 1.txt
The limitation with past copies versus /save is that archive.org will not usually crawl past page one on websites with many successive pages, e.g., http://example.com/?page=2, http://example.com/?page=3, etc.Has anyone ever considered mirroring archive.org, or parts of it, to other geographic locations.
Could this be done. Why or why not.