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
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)
Same should be applied to all sites
The text was updated successfully, but these errors were encountered:
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 andhttps://www.agileservicemanifesto.org/
is the URL (encodeURIComponent in JS function)Same should be applied to all sites
The text was updated successfully, but these errors were encountered: