via.hypothes.is support
Closed this issue · 2 comments
DonaldTsang commented
Support the nesting of Hypothesis links as an archive link.
e.g. http://archive.today/?run=1&url=https://via.hypothes.is/https://www.agileservicemanifesto.org/
where http://archive.today/?run=1&url=https://via.hypothes.is/
is the prefix and https://www.agileservicemanifesto.org/
is the URL (encodeURIComponent in JS function)
Smile4ever commented
It doesn't seem possible since archive.is takes only the last part: https://www.agileservicemanifesto.org/
DonaldTsang commented
That might be just a specific case with one website, does it work with other websites?
Maybe archive.today/?run=1&url=https://via.hypothes.is/http://darkagilemanifesto.org/
or archive.today/?run=1&url=https://via.hypothes.is/https://12factor.net/
?