Created
February 21, 2017 13:10
-
-
Save edo9k/23369065b251cfd0eb0b8507d18fff67 to your computer and use it in GitHub Desktop.
Find cached page version in the WayBackMachine (archive.org).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
if (document.URL === "data:text/html,chromewebdata"){ | |
location.href='http://web.archive.org/web/*/'+loadTimeData.data_.summary.failedUrl; | |
} else { | |
location.href='http://web.archive.org/web/*/'+document.URL; | |
} | |
}()) | |
/* compressed */ | |
javascript:(function(){if(document.URL === "data:text/html,chromewebdata"){location.href='http://web.archive.org/web/*/'+loadTimeData.data_.summary.failedUrl;}else{location.href='http://web.archive.org/web/*/'+document.URL;}}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment