internetarchive / wayback-machine-firefox

Reduce annoying 404 pages by automatically checking for an archived copy in the Wayback Machine. Learn more about this Test Pilot experiment at https://testpilot.firefox.com/
GNU Affero General Public License v3.0
53 stars 17 forks source link

Short bookmarklet instead of this addon #58

Open myBestSoftAndPref opened 7 years ago

myBestSoftAndPref commented 7 years ago

1) Create bookmark 2) Past code below in location field:

javascript: void((function() {
    window.open('https://web.archive.org/web/' + document.location.href);
})());

3) Click on this bookmark to open current site on web.archive.org

myBestSoftAndPref commented 7 years ago

It doesn't work on sites with enabled Content Security Policy.