hijarian / wayback-for-firefox

Microscopic extension for Firefox. It allows to open current page or given link in Wayback Machine.
Mozilla Public License 2.0
7 stars 3 forks source link

Search for the original URL, before HTTP redirection #7

Open bemoody opened 8 years ago

bemoody commented 8 years ago

Sometimes, rather than serving a proper 404 error, sites will replace deleted pages with a 302 or similar redirection to some "helpful" error message.

It would be really nice, in this situation, to be able to click the Wayback Machine button and view the archived version of the original URL - i.e., the URL that I actually typed into the URL bar, the URL that I bookmarked, or the target of the link that I clicked on.

hijarian commented 8 years ago

That would be nice to add (and probably easy, too), if only I would know of a way to get the original page before the most recent 3xx redirection in Javascript. :)