Handle new wayback interface, which is live not beta.

Cette révision appartient à :
Anthony Lieuallen 2011-06-27 00:23:09 +00:00
Parent 3cb5dde1f2
révision de1007f7a9
1 fichiers modifiés avec 1 ajouts et 4 suppressions

Voir le fichier

@ -164,10 +164,7 @@ var resurrect={
gotoUrl='http://www.google.com/search?strip=1&q=cache:'+encUrl;
break;
case 'archive':
gotoUrl='http://web.archive.org/web/*/'+rawUrl;
break;
case 'waybackmachine':
gotoUrl='http://waybackmachine.org/*/'+rawUrl;
gotoUrl='http://wayback.archive.org/web/*/'+rawUrl;
break;
case 'yahoo':
var xhr=new XMLHttpRequest();